org.codehaus.xfire.annotations
Class AnnotationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.xfire.XFireRuntimeException
                  extended byorg.codehaus.xfire.annotations.AnnotationException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationException
extends org.codehaus.xfire.XFireRuntimeException

Thrown when an exception occurs related to XFire's annotation support.

Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
AnnotationException(java.lang.String message)
          Initializes a new AnnotationException with the given string message.
AnnotationException(java.lang.String message, java.lang.Throwable cause)
          Initializes a new AnnotationException with the given string message and cause.
 
Methods inherited from class org.codehaus.xfire.XFireRuntimeException
getActualMessage, getCause, getMessage, prepend, printStackTrace, printStackTrace, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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(java.lang.String message)
Initializes a new AnnotationException with the given string message.

Parameters:
message - the message.

AnnotationException

public AnnotationException(java.lang.String message,
                           java.lang.Throwable cause)
Initializes a new AnnotationException with the given string message and cause.

Parameters:
message - the message.
cause - the cause.


Copyright © 2004-2006 null. All Rights Reserved.