Package security.whisper.javastix.json
Class StixParserValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
security.whisper.javastix.json.StixParserValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStixParserValidationException(javax.validation.ValidationException exceptionCause) -
Method Summary
Modifier and TypeMethodDescriptionSet<javax.validation.ConstraintViolation<?>> If Cause is $ConstraintViolationException, then returns the set of constraint validations, or else returns null.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StixParserValidationException
public StixParserValidationException(javax.validation.ValidationException exceptionCause)
-
-
Method Details
-
getConstraintValidations
If Cause is $ConstraintViolationException, then returns the set of constraint validations, or else returns null.- Returns:
- Set of Constraint Violations
-