Package org.apache.cxf.javascript
Class UnsupportedConstruct
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.javascript.UnsupportedConstruct
- All Implemented Interfaces:
Serializable
This exception is thrown when the Javascript client generator hits a schema
construct that it cannot handle.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedConstruct(String explanation) UnsupportedConstruct(String explanation, Throwable cause) UnsupportedConstruct(Throwable cause) UnsupportedConstruct(Throwable cause, Logger logger, String messageKey, Object... args) UnsupportedConstruct(Logger logger, String messageKey, Object... args) UnsupportedConstruct(Message message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedConstruct
public UnsupportedConstruct() -
UnsupportedConstruct
-
UnsupportedConstruct
-
UnsupportedConstruct
-
UnsupportedConstruct
-
UnsupportedConstruct
-
UnsupportedConstruct
-