Class ThrowingEx.WrappedAsRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.diffplug.spotless.ThrowingEx.WrappedAsRuntimeException
All Implemented Interfaces:
Serializable
Enclosing class:
ThrowingEx

public static class ThrowingEx.WrappedAsRuntimeException extends RuntimeException
A RuntimeException specifically for the purpose of wrapping non-runtime Exceptions as RuntimeExceptions.
See Also:
  • Constructor Details

    • WrappedAsRuntimeException

      public WrappedAsRuntimeException(Throwable e)