org.codehaus.xfire.annotations
Class AnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.xfire.XFireRuntimeException
org.codehaus.xfire.annotations.AnnotationException
- All Implemented Interfaces:
- 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
Methods inherited from class org.codehaus.xfire.XFireRuntimeException |
getActualMessage, getCause, getMessage, prepend, printStackTrace, printStackTrace, setMessage |
AnnotationException
public AnnotationException(String message)
- Initializes a new
AnnotationException
with the given string message.
- Parameters:
message
- the message.
AnnotationException
public AnnotationException(String message,
Throwable cause)
- Initializes a new
AnnotationException
with the given string message and cause.
- Parameters:
message
- the message.cause
- the cause.
Copyright © 2004-2013. All Rights Reserved.