org.castor.core.annotationprocessing
Class AnnotationTargetException

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

public class AnnotationTargetException
extends java.lang.Exception

This Exception is thrown when a TargetAwareAnnotationProcessor can not process an annotation properly.

Version:
1.3.1
Author:
Peter Schmidt
See Also:
TargetAwareAnnotationProcessor, TargetAwareAnnotationProcessingService, Serialized Form

Constructor Summary
AnnotationTargetException()
          Creates an instance of AnnotationTargetException.
AnnotationTargetException(java.lang.String message)
          Creates an instance of AnnotationTargetException.
AnnotationTargetException(java.lang.String message, java.lang.Throwable cause)
          Creates an instance of AnnotationTargetException.
AnnotationTargetException(java.lang.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

AnnotationTargetException

public AnnotationTargetException()
Creates an instance of AnnotationTargetException.


AnnotationTargetException

public AnnotationTargetException(java.lang.String message,
                                 java.lang.Throwable cause)
Creates an instance of AnnotationTargetException.

Parameters:
message - Exception message.
cause - The original cause.

AnnotationTargetException

public AnnotationTargetException(java.lang.String message)
Creates an instance of AnnotationTargetException.

Parameters:
message - Exception message.

AnnotationTargetException

public AnnotationTargetException(java.lang.Throwable cause)
Creates an instance of AnnotationTargetException.

Parameters:
cause - The original cause.


Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com