Package com.sun.xml.bind.api
Class AccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.bind.api.AccessorException
- All Implemented Interfaces:
Serializable
Signals an error in
RawAccessor
.
This error is not reported to the user handler. Once reported the error should be wrapped into another exception.
This exception happens primarily when JAXB accesses the getter/setter method and it throws a checked exception.
Subject to change without notice.
- Since:
- 2.0 EA1
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessorException
(String message) AccessorException
(String message, Throwable cause) AccessorException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessorException
public AccessorException() -
AccessorException
-
AccessorException
-
AccessorException
-