de.dfki.util.xmlrpc.annotation
Class AnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.util.xmlrpc.conversion.TypeConversionException
              extended by de.dfki.util.xmlrpc.annotation.AnnotationException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationException
extends TypeConversionException

Exception denoting problems with annotation processing.

Author:
Andreas Lauer
See Also:
Serialized Form

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

Constructor Detail

AnnotationException

public AnnotationException()

AnnotationException

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

AnnotationException

public AnnotationException(java.lang.String message)

AnnotationException

public AnnotationException(java.lang.Throwable cause)


Copyright © 2012. All Rights Reserved.