org.springframework.xml.xsd.commons
Class CommonsXsdSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.xml.XmlException
                      extended by org.springframework.xml.xsd.XsdSchemaException
                          extended by org.springframework.xml.xsd.commons.CommonsXsdSchemaException
All Implemented Interfaces:
Serializable

public class CommonsXsdSchemaException
extends XsdSchemaException

Commons XmlSchema version of the XsdSchemaException.

Since:
1.5.0
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
CommonsXsdSchemaException(String message)
           
CommonsXsdSchemaException(String message, Throwable exception)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CommonsXsdSchemaException

public CommonsXsdSchemaException(String message)

CommonsXsdSchemaException

public CommonsXsdSchemaException(String message,
                                 Throwable exception)


Copyright © 2010. All Rights Reserved.