Class MissingEntityTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.openraven.magpie.data.exception.MissingEntityTypeException
-
- All Implemented Interfaces:
Serializable
public class MissingEntityTypeException extends RuntimeException
Signals that an exception occurred due to an asset type being consumed that isn't supported by the library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingEntityTypeException(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 Detail
-
MissingEntityTypeException
public MissingEntityTypeException(String message)
Constructs anMissingEntityTypeExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)
-
-