Package com.sun.xml.rpc.encoding
Class TypeMappingException
- 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.encoding.TypeMappingException
-
- All Implemented Interfaces:
Localizable,Serializable
public class TypeMappingException extends JAXRPCExceptionBase
TypeMappingException represents an exception that occurred in the type mapping framework.- Author:
- JAX-RPC Development Team
- See Also:
JAXRPCExceptionBase, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description TypeMappingException(Localizable arg)TypeMappingException(String key)TypeMappingException(String key, Localizable arg)TypeMappingException(String key, Object[] args)TypeMappingException(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
-
TypeMappingException
public TypeMappingException(String key)
-
TypeMappingException
public TypeMappingException(String key, Localizable arg)
-
TypeMappingException
public TypeMappingException(Localizable arg)
-
-
Method Detail
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-
-