header

net.sf.xframe.xsddoc
Class SchemaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.xframe.ex.CascadingException
              extended bynet.sf.xframe.ex.XFrameException
                  extended bynet.sf.xframe.xsddoc.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends XFrameException

Exception class indicating problems with a schema.

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
SchemaException(java.lang.String message)
          Construct a new SchemaException instance.
SchemaException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new SchemaException instance.
SchemaException(java.lang.Throwable throwable)
          Construct a new SchemaException instance.
 
Methods inherited from class net.sf.xframe.ex.CascadingException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaException

public SchemaException(java.lang.String message)
Construct a new SchemaException instance.

Parameters:
message - The detail message for this exception.

SchemaException

public SchemaException(java.lang.Throwable throwable)
Construct a new SchemaException instance.

Parameters:
throwable - the root cause of the exception

SchemaException

public SchemaException(java.lang.String message,
                       java.lang.Throwable throwable)
Construct a new SchemaException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception

header

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.