Package jade

Class JadeValidationException

All Implemented Interfaces:
Serializable

public class JadeValidationException extends JadeException
The JadeValidationException occurs when trying to validate a JadeObject. This helps to better understand where and how the conversion went wrong.
Since:
2023
See Also:
  • Constructor Details

    • JadeValidationException

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

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