eu.emi.security.authn.x509.helpers.pkipath
Class SimpleValidationErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.emi.security.authn.x509.helpers.pkipath.SimpleValidationErrorException
- All Implemented Interfaces:
- Serializable
public class SimpleValidationErrorException
- extends Exception
Contains one problem code with optional arguments.
- Author:
- K. Benedyczak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SimpleValidationErrorException
public SimpleValidationErrorException(ValidationErrorCode code,
Object... arguments)
getCode
public ValidationErrorCode getCode()
setCode
public void setCode(ValidationErrorCode code)
getArguments
public Object[] getArguments()
setArguments
public void setArguments(Object[] arguments)
Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.