Package dev.voidframework.core.exception
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionException.ConverterAlreadyRegistered,ConversionException.ConverterDoesNotExist,ConversionException.InvalidConverter
All exceptions thrown by the conversion features are subclasses of
ConversionException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that provided converter is already registered.static classException indicates that requested converter does not exist.static classException indicates that something goes wrong during the converter initialization. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConversionException(String message) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Build a new instance.- Parameters:
message- The detail message
-