Apache CXF API

org.apache.cxf.common.xmlschema
Class InvalidXmlSchemaReferenceException

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

public class InvalidXmlSchemaReferenceException
extends RuntimeException

Exception thrown when we detect an attempt to set an impossible XML Schema reference.

See Also:
Serialized Form

Constructor Summary
InvalidXmlSchemaReferenceException()
           
InvalidXmlSchemaReferenceException(String message)
           
InvalidXmlSchemaReferenceException(String message, Throwable cause)
           
InvalidXmlSchemaReferenceException(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

InvalidXmlSchemaReferenceException

public InvalidXmlSchemaReferenceException()

InvalidXmlSchemaReferenceException

public InvalidXmlSchemaReferenceException(String message)
Parameters:
message -

InvalidXmlSchemaReferenceException

public InvalidXmlSchemaReferenceException(Throwable cause)
Parameters:
cause -

InvalidXmlSchemaReferenceException

public InvalidXmlSchemaReferenceException(String message,
                                          Throwable cause)
Parameters:
message -
cause -

Apache CXF API

Apache CXF