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