Class JScdException

All Implemented Interfaces:
Serializable

public final class JScdException extends RuntimeException

An (unchecked) RuntimeException that is thrown by many of JScdLib's methods. Instances of this class usually hold a meaningful error message and a JScdProblem object with further error information.

See Also:
  • Field Details

    • DEFAULT_PROBLEM

      public static final JScdProblem DEFAULT_PROBLEM
      If no other problem applies, use this.
    • DEFAULT_MESSAGE

      public static final String DEFAULT_MESSAGE
      Message of DEFAULT_PROBLEM.
  • Constructor Details

  • Method Details

    • problem

      public JScdProblem problem()
      Returns:
      The problem encapsulated by this exception.