|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.sasl.common.exception.IllegalAnnotationAttributeValueException
public class IllegalAnnotationAttributeValueException
Exception class which could be used for wrong "illegal" attribute values of annotations.
Equipollent class to IllegalArgumentException.
| 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 |
|---|
public IllegalAnnotationAttributeValueException()
public IllegalAnnotationAttributeValueException(String message)
reason - null or non null.public IllegalAnnotationAttributeValueException(Throwable cause)
cause - null or non null.
public IllegalAnnotationAttributeValueException(String message,
Throwable cause)
reason - null or non null.cause - null or non null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||