Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ninja.leaping.configurate.objectmapping.ObjectMappingException
ninja.leaping.configurate.objectmapping.InvalidTypeException
- All Implemented Interfaces:
Serializable
public class InvalidTypeException extends ObjectMappingException
Extension of
ObjectMappingException
for instances where the present type
is invalid.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidTypeException(TypeToken<?> received)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Details