Apache CXF API

org.apache.cxf.common.xmlschema
Class XmlSchemaInvalidOperation

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.XmlSchemaInvalidOperation
All Implemented Interfaces:
Serializable

public class XmlSchemaInvalidOperation
extends RuntimeException

Very simple exception class used to detect internal errors.

See Also:
Serialized Form

Constructor Summary
XmlSchemaInvalidOperation(String message)
           
 
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

XmlSchemaInvalidOperation

public XmlSchemaInvalidOperation(String message)

Apache CXF API

Apache CXF