Class SchematicLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.extent.clipboard.io.SchematicLoadException
All Implemented Interfaces:
Serializable

public final class SchematicLoadException extends RuntimeException
Raised when a known exception occurs during schematic load.
See Also:
  • Constructor Details

    • SchematicLoadException

      public SchematicLoadException(com.sk89q.worldedit.util.formatting.text.Component message)
  • Method Details

    • getRichMessage

      public com.sk89q.worldedit.util.formatting.text.Component getRichMessage()
      Get the message of this exception as a rich text component.
      Returns:
      The rich message