Class TriggerCreationCancelledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gg.xp.xivsupport.events.triggers.easytriggers.gui.TriggerCreationCancelledException
All Implemented Interfaces:
Serializable

public class TriggerCreationCancelledException extends RuntimeException
See Also:
  • Constructor Details

    • TriggerCreationCancelledException

      public TriggerCreationCancelledException()
    • TriggerCreationCancelledException

      public TriggerCreationCancelledException(String message)
    • TriggerCreationCancelledException

      public TriggerCreationCancelledException(String message, Throwable cause)
    • TriggerCreationCancelledException

      public TriggerCreationCancelledException(Throwable cause)
    • TriggerCreationCancelledException

      public TriggerCreationCancelledException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)