public class XMLStreamReaderException extends JAXWSExceptionBase
XMLStream ReaderException represents an exception that occurred while reading an XML document.
JAXWSExceptionBase
,
Serialized FormConstructor and Description |
---|
XMLStreamReaderException(com.sun.istack.localization.Localizable arg) |
XMLStreamReaderException(String key,
Object... args) |
XMLStreamReaderException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultResourceBundleName()
Gets the default resource bundle name for this kind of exception.
|
getArguments, getKey, getMessage, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLStreamReaderException(Throwable throwable)
public XMLStreamReaderException(com.sun.istack.localization.Localizable arg)
public String getDefaultResourceBundleName()
JAXWSExceptionBase
JAXWSExceptionBase.JAXWSExceptionBase(String, Object[])
.getDefaultResourceBundleName
in class JAXWSExceptionBase
Copyright © 2015 Oracle Corporation. All rights reserved.