public class SchemaException extends XFrameException
Constructor and Description |
---|
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. |
getCause, printStackTrace, printStackTrace, printStackTrace
public SchemaException(java.lang.String message)
SchemaException
instance.message
- The detail message for this exception.public SchemaException(java.lang.Throwable throwable)
SchemaException
instance.throwable
- the root cause of the exceptionpublic SchemaException(java.lang.String message, java.lang.Throwable throwable)
SchemaException
instance.message
- The detail message for this exception.throwable
- the root cause of the exceptionSubmit a
bug or a
feature.
Created by
xsddoc, a sub project of
xframe, hosted at
http://www.sourceforge.net.