org.apache.axis2.databinding
Class DataBindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by 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

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
DataBindException()
           
DataBindException(java.lang.String string)
           
DataBindException(java.lang.String string, javax.xml.stream.Location location)
           
DataBindException(java.lang.String string, javax.xml.stream.Location location, java.lang.Throwable throwable)
           
DataBindException(java.lang.String string, java.lang.Throwable throwable)
           
DataBindException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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.