Package org.apache.cxf.common.xmlschema
Class XmlSchemaInvalidOperation
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- 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 SummaryConstructors Constructor Description XmlSchemaInvalidOperation(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
XmlSchemaInvalidOperationpublic XmlSchemaInvalidOperation(String message) 
 
- 
 
-