Package ru.slie.luna.exception
Class ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.slie.luna.exception.ApplicationException
ru.slie.luna.exception.ValidateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractUserException,CreateGroupException,CreateProjectException,DeleteProjectException,WorkflowException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidateException(Exception exception) ValidateException(String key, String message) ValidateException(Map<String, String> errors) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidateException
public ValidateException() -
ValidateException
-
ValidateException
-
ValidateException
-
-
Method Details
-
getErrors
-
hasErrors
public boolean hasErrors() -
addError
-
addErrors
-
raise
- Throws:
ValidateException
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-