public class SimpleValidationErrorException extends Exception
Constructor and Description |
---|
SimpleValidationErrorException(ValidationErrorCode code,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
ValidationErrorCode |
getCode() |
void |
setArguments(Object[] arguments) |
void |
setCode(ValidationErrorCode code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SimpleValidationErrorException(ValidationErrorCode code, Object... arguments)
public ValidationErrorCode getCode()
public void setCode(ValidationErrorCode code)
public Object[] getArguments()
public void setArguments(Object[] arguments)
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.