|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.xfire.XFireRuntimeException
org.codehaus.xfire.annotations.AnnotationException
Thrown when an exception occurs related to XFire's annotation support.
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 |
public AnnotationException(java.lang.String message)
AnnotationException
with the given string message.
message
- the message.public AnnotationException(java.lang.String message, java.lang.Throwable cause)
AnnotationException
with the given string message and cause.
message
- the message.cause
- the cause.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |