Package jade

Class JadeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JadeConversionException, JadeEmptyObjectException, JadeEmptyPairException, JadeValidationException

public class JadeException extends Exception
The JadeException is a generic exception that inherits from type exception. The Jade Exceptions inherit from this superclass and throw more specific errors.
Since:
2023
See Also:
  • Constructor Details

    • JadeException

      public JadeException(String errorMessage)
      The constructor of the base Jade Exception takes in a parameter of an error message and initialises the superclass Exception.
      Parameters:
      errorMessage - error message