net.sf.sasl.common.exception
Class IllegalAnnotationAttributeValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sasl.common.exception.IllegalAnnotationAttributeValueException
All Implemented Interfaces:
Serializable

public class IllegalAnnotationAttributeValueException
extends Exception

Exception class which could be used for wrong "illegal" attribute values of annotations. Equipollent class to IllegalArgumentException.

Since:
0.0.3 (sasl-common-library)
Author:
Philipp Förmer
See Also:
Serialized Form

Constructor Summary
IllegalAnnotationAttributeValueException()
          Initializes the exception with no reason and cause.
IllegalAnnotationAttributeValueException(String message)
          Initializes the exception with the given reason.
IllegalAnnotationAttributeValueException(String message, Throwable cause)
          Initializes the exception with the given reason and cause.
IllegalAnnotationAttributeValueException(Throwable cause)
          Initializes the exception with the given cause.
 
Method Summary
 
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

IllegalAnnotationAttributeValueException

public IllegalAnnotationAttributeValueException()
Initializes the exception with no reason and cause.

Since:
0.0.3 (sasl-common-library)

IllegalAnnotationAttributeValueException

public IllegalAnnotationAttributeValueException(String message)
Initializes the exception with the given reason.

Parameters:
reason - null or non null.
Since:
0.0.3 (sasl-common-library)

IllegalAnnotationAttributeValueException

public IllegalAnnotationAttributeValueException(Throwable cause)
Initializes the exception with the given cause.

Parameters:
cause - null or non null.
Since:
0.0.3 (sasl-common-library)

IllegalAnnotationAttributeValueException

public IllegalAnnotationAttributeValueException(String message,
                                                Throwable cause)
Initializes the exception with the given reason and cause.

Parameters:
reason - null or non null.
cause - null or non null.
Since:
0.0.3 (sasl-common-library)


Copyright © 2010. All Rights Reserved.