Package jade

Class JadeConversionException

All Implemented Interfaces:
Serializable

public class JadeConversionException extends JadeException
The JadeConversionException occurs when trying to convert a JadeObect to another object. This helps to better understand where and how the conversion went wrong.
Since:
2023
See Also:
  • Constructor Details

    • JadeConversionException

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

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