org.filteredpush.mapper.exception
Class AnnotationParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.filteredpush.mapper.exception.AnnotationParserException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AnnotationParserException()
           
AnnotationParserException(java.lang.String message)
           
AnnotationParserException(java.lang.String message, java.lang.Throwable cause)
           
AnnotationParserException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationParserException

public AnnotationParserException()

AnnotationParserException

public AnnotationParserException(java.lang.String message)

AnnotationParserException

public AnnotationParserException(java.lang.Throwable cause)

AnnotationParserException

public AnnotationParserException(java.lang.String message,
                                 java.lang.Throwable cause)