public class XmlParseException extends ParseException
Constructor and Description |
---|
XmlParseException(Location location,
String message,
Object... args)
Constructor.
|
getRootCause, initCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlParseException(Location location, String message, Object... args)
location
- The location of the exception.message
- The exception message containing MessageFormat
-style arguments.args
- Optional MessageFormat
-style arguments.Copyright © 2018 Apache. All rights reserved.