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

public static class SchematicHandler.UnsupportedFormatException extends Exception
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedFormatException

      public UnsupportedFormatException(String message)
      Throw with a message.
      Parameters:
      message - the message
    • UnsupportedFormatException

      public UnsupportedFormatException(String message, Throwable cause)
      Throw with a message and a cause.
      Parameters:
      message - the message
      cause - the cause