Class ConstraintDeclarationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnexpectedTypeException

public class ConstraintDeclarationException extends ValidationException
Exception raised if a constraint declaration is not legal.
Author:
Emmanuel Bernard
See Also:
  • Constructor Details

    • ConstraintDeclarationException

      public ConstraintDeclarationException(String message)
    • ConstraintDeclarationException

      public ConstraintDeclarationException()
    • ConstraintDeclarationException

      public ConstraintDeclarationException(String message, Throwable cause)
    • ConstraintDeclarationException

      public ConstraintDeclarationException(Throwable cause)