Class ObjectMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ninja.leaping.configurate.objectmapping.ObjectMappingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidTypeException
public class ObjectMappingException extends Exception
Exception thrown on errors encountered while mapping objects- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description ObjectMappingException()
ObjectMappingException(String message)
ObjectMappingException(String message, Throwable cause)
protected
ObjectMappingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ObjectMappingException(Throwable cause)
-
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
-
ObjectMappingException
public ObjectMappingException()
-
ObjectMappingException
public ObjectMappingException(String message)
-
ObjectMappingException
public ObjectMappingException(String message, Throwable cause)
-
ObjectMappingException
public ObjectMappingException(Throwable cause)
-
ObjectMappingException
protected ObjectMappingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-