Package dev.enola.common.context
Class ContextualizedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.enola.common.context.ContextualizedRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionException
RuntimeException with Context.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextualizedRuntimeException(String message) ContextualizedRuntimeException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextualizedRuntimeException
-
ContextualizedRuntimeException
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-