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 ofObjectMappingException
for instances where the presenttype
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 Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidTypeException
public InvalidTypeException(TypeToken<?> received)
-
-