Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.PluginParseException
com.atlassian.plugin.util.validation.ValidationException
- All Implemented Interfaces:
Serializable
Exception for a validation error parsing DOM4J nodes
- Since:
- 2.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String msg, List<String> errors) ValidationException(List<String> errors) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
-
Method Details
-
getErrors
- Returns:
- a list of the original errors
-
getMessage
- Overrides:
getMessagein classThrowable
-