Class AnnotationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.core.annotationprocessing.AnnotationTargetException
- All Implemented Interfaces:
Serializable
This Exception is thrown when a
TargetAwareAnnotationProcessor
can not process an
annotation properly.- Version:
- 1.3.1
- Author:
- Peter Schmidt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance ofAnnotationTargetException
.AnnotationTargetException
(String message) Creates an instance ofAnnotationTargetException
.AnnotationTargetException
(String message, Throwable cause) Creates an instance ofAnnotationTargetException
.Creates an instance ofAnnotationTargetException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotationTargetException
public AnnotationTargetException()Creates an instance ofAnnotationTargetException
. -
AnnotationTargetException
Creates an instance ofAnnotationTargetException
.- Parameters:
message
- Exception message.cause
- The original cause.
-
AnnotationTargetException
Creates an instance ofAnnotationTargetException
.- Parameters:
message
- Exception message.
-
AnnotationTargetException
Creates an instance ofAnnotationTargetException
.- Parameters:
cause
- The original cause.
-