|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.castor.core.annotationprocessing.AnnotationTargetException
public class AnnotationTargetException
This Exception is thrown when a TargetAwareAnnotationProcessor can
not process an annotation properly.
TargetAwareAnnotationProcessor,
TargetAwareAnnotationProcessingService,
Serialized Form| Constructor Summary | |
|---|---|
AnnotationTargetException()
Creates an instance of AnnotationTargetException. |
|
AnnotationTargetException(String message)
Creates an instance of AnnotationTargetException. |
|
AnnotationTargetException(String message,
Throwable cause)
Creates an instance of AnnotationTargetException. |
|
AnnotationTargetException(Throwable cause)
Creates an instance of AnnotationTargetException. |
|
| 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 AnnotationTargetException()
AnnotationTargetException.
public AnnotationTargetException(String message,
Throwable cause)
AnnotationTargetException.
message - Exception message.cause - The original cause.public AnnotationTargetException(String message)
AnnotationTargetException.
message - Exception message.public AnnotationTargetException(Throwable cause)
AnnotationTargetException.
cause - The original cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||