Class AnnotationTargetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.core.annotationprocessing.AnnotationTargetException
All Implemented Interfaces:
Serializable

public class AnnotationTargetException extends Exception
This Exception is thrown when a TargetAwareAnnotationProcessor can not process an annotation properly.
Version:
1.3.1
Author:
Peter Schmidt
See Also:
  • Constructor Details

    • AnnotationTargetException

      public AnnotationTargetException()
      Creates an instance of AnnotationTargetException.
    • AnnotationTargetException

      public AnnotationTargetException(String message, Throwable cause)
      Creates an instance of AnnotationTargetException.
      Parameters:
      message - Exception message.
      cause - The original cause.
    • AnnotationTargetException

      public AnnotationTargetException(String message)
      Creates an instance of AnnotationTargetException.
      Parameters:
      message - Exception message.
    • AnnotationTargetException

      public AnnotationTargetException(Throwable cause)
      Creates an instance of AnnotationTargetException.
      Parameters:
      cause - The original cause.