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
public class UnimplementedFeatureException extends ModelException
A FeatureNotSupportedException is a ModelException signaling that an unsupported XML Schema feature was encountered during processing.- Author:
- JAX-RPC Development Team
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description UnimplementedFeatureException(String arg)
-
Method Summary
-
Methods inherited from class com.sun.xml.rpc.processor.model.ModelException
getResourceBundleName
-
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
-
UnimplementedFeatureException
public UnimplementedFeatureException(String arg)
-
-