Class FaweException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fastasyncworldedit.core.internal.exception.FaweException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FaweBlockBagException, FaweClipboardVersionMismatchException, FaweSmallEditUnsupportedException

public class FaweException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • FaweException

      public FaweException(String reason)
      New instance. Defaults to FaweException.Type.OTHER.
    • FaweException

      public FaweException(com.sk89q.worldedit.util.formatting.text.Component reason)
      New instance. Defaults to FaweException.Type.OTHER.
    • FaweException

      public FaweException(com.sk89q.worldedit.util.formatting.text.Component reason, FaweException.Type type)
      New instance of a given FaweException.Type
    • FaweException

      public FaweException(com.sk89q.worldedit.util.formatting.text.Component reason, FaweException.Type type, boolean ignorable)
      New instance of a given FaweException.Type
      Parameters:
      ignorable - if an edit can continue if this exception is caught, e.g. by LimitExtent
      Since:
      2.7.0
  • Method Details