Apache CXF API

org.apache.cxf.common.xmlschema
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.common.xmlschema.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

Constructor Summary
UnsupportedConstruct()
           
UnsupportedConstruct(Logger logger, String messageKey, Object... args)
           
UnsupportedConstruct(Message message)
           
UnsupportedConstruct(String explanation)
           
UnsupportedConstruct(String explanation, Throwable cause)
           
UnsupportedConstruct(Throwable cause)
           
UnsupportedConstruct(Throwable cause, Logger logger, String messageKey, Object... args)
           
 
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(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 API

Apache CXF