Class AnnotationTargetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.castor.core.annotationprocessing.AnnotationTargetException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnnotationTargetException extends java.lang.ExceptionThis Exception is thrown when aTargetAwareAnnotationProcessorcan not process an annotation properly.- Version:
- 1.3.1
- Author:
- Peter Schmidt
- See Also:
TargetAwareAnnotationProcessor,TargetAwareAnnotationProcessingService, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationTargetException()Creates an instance ofAnnotationTargetException.AnnotationTargetException(java.lang.String message)Creates an instance ofAnnotationTargetException.AnnotationTargetException(java.lang.String message, java.lang.Throwable cause)Creates an instance ofAnnotationTargetException.AnnotationTargetException(java.lang.Throwable cause)Creates an instance ofAnnotationTargetException.
-
-
-
Constructor Detail
-
AnnotationTargetException
public AnnotationTargetException()
Creates an instance ofAnnotationTargetException.
-
AnnotationTargetException
public AnnotationTargetException(java.lang.String message, java.lang.Throwable cause)Creates an instance ofAnnotationTargetException.- Parameters:
message- Exception message.cause- The original cause.
-
AnnotationTargetException
public AnnotationTargetException(java.lang.String message)
Creates an instance ofAnnotationTargetException.- Parameters:
message- Exception message.
-
AnnotationTargetException
public AnnotationTargetException(java.lang.Throwable cause)
Creates an instance ofAnnotationTargetException.- Parameters:
cause- The original cause.
-
-