Class ConfigurationSerializableError
java.lang.Object
java.lang.Throwable
java.lang.Error
xyz.janboerman.scalaloader.configurationserializable.transform.ConfigurationSerializableError
- All Implemented Interfaces:
Serializable
Thrown when a class annotated with
ConfigurationSerializable
or DelegateSerialization
was not well-formed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationSerializableError
(String message) ConfigurationSerializableError
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationSerializableError
-
ConfigurationSerializableError
-