Class CasEditorError

All Implemented Interfaces:
Serializable

public class CasEditorError extends RuntimeException
A general RuntimeException which is thrown if something unexpected happens.
See Also:
  • Constructor Details

    • CasEditorError

      public CasEditorError(String message)
      Initializes the current instance.
      Parameters:
      message - the message
    • CasEditorError

      public CasEditorError(String message, Throwable cause)
      Initializes the current instance.
      Parameters:
      message - the message
      cause - the cause