|
Java™ Platform Standard Ed. 6 DRAFT internal-b09 |
|||||||||
| 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
javax.xml.bind.DataBindingException
public class DataBindingException
Exception that represents a failure in a JAXB operation.
This exception differs from JAXBException in that
this is an unchecked exception, while JAXBException
is a checked exception.
JAXB,
Serialized Form| Constructor Summary | |
|---|---|
DataBindingException(String message,
Throwable cause)
|
|
DataBindingException(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 |
|---|
public DataBindingException(String message,
Throwable cause)
public DataBindingException(Throwable cause)
|
Java™ Platform Standard Ed. 6 DRAFT internal-b09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.