com.atlassian.plugin.util.validation
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
public class ValidationException
- extends PluginParseException
Exception for a validation error parsing DOM4J nodes
- Since:
- 2.2.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(String msg,
List<String> errors)
getErrors
public List<String> getErrors()
- Returns:
- a list of the original errors
Copyright © 2014 Atlassian. All rights reserved.