Class MissingEntityTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.openraven.magpie.data.exception.MissingEntityTypeException
- All Implemented Interfaces:
Serializable
Signals that an exception occurred due to an asset type being consumed that isn't supported by the library.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingEntityTypeException(String message) Constructs anMissingEntityTypeExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingEntityTypeException
Constructs anMissingEntityTypeExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)
-