org.apache.axis2.databinding
Class DataBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.DataBindException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ADBException
public class DataBindException
- extends javax.xml.stream.XMLStreamException
handles databinding exceptions
- See Also:
- Serialized Form
Fields inherited from class javax.xml.stream.XMLStreamException |
location, nested |
Methods inherited from class javax.xml.stream.XMLStreamException |
getLocation, getNestedException |
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 |
DataBindException
public DataBindException()
DataBindException
public DataBindException(java.lang.String string)
DataBindException
public DataBindException(java.lang.Throwable throwable)
DataBindException
public DataBindException(java.lang.String string,
java.lang.Throwable throwable)
DataBindException
public DataBindException(java.lang.String string,
javax.xml.stream.Location location,
java.lang.Throwable throwable)
DataBindException
public DataBindException(java.lang.String string,
javax.xml.stream.Location location)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.