Package com.sun.xml.rpc.processor.schema
Class UnimplementedFeatureException
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
com.sun.xml.rpc.processor.schema.UnimplementedFeatureException
- All Implemented Interfaces:
Localizable,Serializable
A FeatureNotSupportedException is a ModelException signaling that
an unsupported XML Schema feature was encountered during processing.
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.rpc.processor.model.ModelException
getResourceBundleNameMethods 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
-
UnimplementedFeatureException
-