Class SpecificationParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.sddevelopment.validation.dsl.SpecificationParserException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs while parsing a validation specification.
To be used by the
FileValidatorParser
or related specification file to ModularRuleset
parsers.- Since:
- 1.1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionSpecificationParserException
(String message) SpecificationParserException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpecificationParserException
-
SpecificationParserException
-