Package jade

Class JadeEmptyObjectException

All Implemented Interfaces:
Serializable

public class JadeEmptyObjectException extends JadeException
The JadeEmptyObjectException is used in the case of a method being used on an empty JadeObject. This helps understand better what error has occurred over using a generic Exception.
Since:
2023
See Also:
  • Constructor Details

    • JadeEmptyObjectException

      public JadeEmptyObjectException()
      Simple JadeEmptyObjectException where it is initialises its superclass with a generic message.
    • JadeEmptyObjectException

      public JadeEmptyObjectException(String errorMessage)
      Simple JadeEmptyObjectException where it is initialises its superclass with a specialised message.
      Parameters:
      errorMessage - error message