Package dev.voidframework.core.exception
Class ConversionException.ConverterDoesNotExist
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ConversionException
dev.voidframework.core.exception.ConversionException.ConverterDoesNotExist
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConversionException
Exception indicates that requested converter does not exist.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.ConversionException
ConversionException.ConverterAlreadyRegistered, ConversionException.ConverterDoesNotExist, ConversionException.InvalidConverter -
Constructor Summary
ConstructorsConstructorDescriptionConverterDoesNotExist(Class<?> sourceTypeClass, Class<?> targetTypeClass) 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
-
ConverterDoesNotExist
Build a new instance.- Parameters:
sourceTypeClass- The source type classtargetTypeClass- The target type class
-