Package com.sun.xml.rpc.streaming
Class XMLWriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.rpc.JAXRPCException
-
- com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
-
- com.sun.xml.rpc.streaming.XMLWriterException
-
- All Implemented Interfaces:
Localizable,Serializable
- Direct Known Subclasses:
XmlTreeWriterException
public class XMLWriterException extends JAXRPCExceptionBase
XMLWriterException represents an exception that occurred while writing an XML document.
- Author:
- JAX-RPC Development Team
- See Also:
XMLWriter,JAXRPCExceptionBase, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description XMLWriterException(Localizable arg)XMLWriterException(String key)XMLWriterException(String key, Localizable arg)XMLWriterException(String key, Object[] args)XMLWriterException(String key, String arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceBundleName()-
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
XMLWriterException
public XMLWriterException(String key)
-
XMLWriterException
public XMLWriterException(String key, Localizable arg)
-
XMLWriterException
public XMLWriterException(Localizable arg)
-
-
Method Detail
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-
-