Apache CXF API

org.apache.cxf.javascript
Class UnsupportedConstruct

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.javascript.UnsupportedConstruct
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedConstruct
extends java.lang.RuntimeException

This exception is thrown when the Javascript client generator hits a schema construct that it cannot handle.

See Also:
Serialized Form

Constructor Summary
UnsupportedConstruct()
           
UnsupportedConstruct(Message message)
           
UnsupportedConstruct(java.lang.String explanation)
           
UnsupportedConstruct(java.lang.String explanation, java.lang.Throwable cause)
           
UnsupportedConstruct(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedConstruct

public UnsupportedConstruct()

UnsupportedConstruct

public UnsupportedConstruct(java.lang.String explanation)

UnsupportedConstruct

public UnsupportedConstruct(java.lang.Throwable cause)

UnsupportedConstruct

public UnsupportedConstruct(java.lang.String explanation,
                            java.lang.Throwable cause)

UnsupportedConstruct

public UnsupportedConstruct(Message message)

Apache CXF API

Apache CXF