eu.emi.security.authn.x509.helpers.pkipath
Class SimpleValidationErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SimpleValidationErrorException(ValidationErrorCode code, Object... arguments)
           
 
Method Summary
 Object[] getArguments()
           
 ValidationErrorCode getCode()
           
 void setArguments(Object[] arguments)
           
 void setCode(ValidationErrorCode code)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleValidationErrorException

public SimpleValidationErrorException(ValidationErrorCode code,
                                      Object... arguments)
Method Detail

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.