Package com.plotsquared.core.util
Class SchematicHandler.UnsupportedFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.plotsquared.core.util.SchematicHandler.UnsupportedFormatException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SchematicHandler
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedFormatException
(String message) Throw with a message.UnsupportedFormatException
(String message, Throwable cause) Throw with a message and a 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
-
UnsupportedFormatException
Throw with a message.- Parameters:
message
- the message
-
UnsupportedFormatException
Throw with a message and a cause.- Parameters:
message
- the messagecause
- the cause
-