Package 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:
Serializable
- Direct Known Subclasses:
ADBException
handles databinding exceptions
- See Also:
-
Field Summary
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested -
Constructor Summary
ConstructorsConstructorDescriptionDataBindException(String string) DataBindException(String string, Throwable throwable) DataBindException(String string, Location location) DataBindException(String string, Location location, Throwable throwable) DataBindException(Throwable throwable) -
Method Summary
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataBindException
public DataBindException() -
DataBindException
-
DataBindException
-
DataBindException
-
DataBindException
-
DataBindException
-