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
public class UnsupportedConstruct
- extends RuntimeException
This exception is thrown when the Javascript client generator hits a schema
construct that it cannot handle.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedConstruct
public UnsupportedConstruct()
UnsupportedConstruct
public UnsupportedConstruct(String explanation)
UnsupportedConstruct
public UnsupportedConstruct(Logger logger,
String messageKey,
Object... args)
UnsupportedConstruct
public UnsupportedConstruct(Throwable cause)
UnsupportedConstruct
public UnsupportedConstruct(Throwable cause,
Logger logger,
String messageKey,
Object... args)
UnsupportedConstruct
public UnsupportedConstruct(String explanation,
Throwable cause)
UnsupportedConstruct
public UnsupportedConstruct(Message message)
Apache CXF