public class XMLUnexpectedEndOfDocumentException extends XMLStreamException
| Constructor and Description |
|---|
XMLUnexpectedEndOfDocumentException() |
XMLUnexpectedEndOfDocumentException(String msg) |
XMLUnexpectedEndOfDocumentException(String msg,
Location location) |
XMLUnexpectedEndOfDocumentException(String msg,
Location location,
Throwable nested) |
XMLUnexpectedEndOfDocumentException(String msg,
Throwable nested) |
XMLUnexpectedEndOfDocumentException(Throwable nested) |
getLocation, getNestedException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XMLUnexpectedEndOfDocumentException()
public XMLUnexpectedEndOfDocumentException(String msg)
public XMLUnexpectedEndOfDocumentException(Throwable nested)
public XMLUnexpectedEndOfDocumentException(String msg, Throwable nested)
public XMLUnexpectedEndOfDocumentException(String msg, Location location, Throwable nested)
Copyright © 2017. All rights reserved.