Package com.sun.xml.rpc.processor.model
Class ModelException
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.processor.ProcessorException
com.sun.xml.rpc.processor.model.ModelException
- All Implemented Interfaces:
Localizable,Serializable
- Direct Known Subclasses:
UnimplementedFeatureException
ModelException represents an exception that occurred while
visiting service model.
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart -
Constructor Summary
ConstructorsConstructorDescriptionModelException(String key) ModelException(String key, Localizable arg) ModelException(String key, Object[] args) ModelException(String key, String arg) -
Method Summary
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class javax.xml.rpc.JAXRPCException
getLinkedCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ModelException
-
ModelException
-
ModelException
-
ModelException
-
ModelException
-
-
Method Details
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable- Overrides:
getResourceBundleNamein classProcessorException
-