public class DataBindException extends javax.xml.stream.XMLStreamException
location, nested
Constructor and Description |
---|
DataBindException() |
DataBindException(String string) |
DataBindException(String string,
javax.xml.stream.Location location) |
DataBindException(String string,
javax.xml.stream.Location location,
Throwable throwable) |
DataBindException(String string,
Throwable throwable) |
DataBindException(Throwable throwable) |
getLocation, getNestedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataBindException()
public DataBindException(String string)
public DataBindException(Throwable throwable)
public DataBindException(String string, javax.xml.stream.Location location, Throwable throwable)
public DataBindException(String string, javax.xml.stream.Location location)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.