Package dev.voidframework.core.exception
Class ConversionException.InvalidConverter
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ConversionException
dev.voidframework.core.exception.ConversionException.InvalidConverter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConversionException
Exception indicates that something goes wrong during the converter initialization.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.ConversionException
ConversionException.ConverterAlreadyRegistered, ConversionException.ConverterDoesNotExist, ConversionException.InvalidConverter -
Constructor Summary
ConstructorsConstructorDescriptionInvalidConverter(String converterName, String errorMessage) 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
-
InvalidConverter
Build a new instance.- Parameters:
converterName- Name of the convertererrorMessage- The error message
-