sk.uniba.euromath.document.schema.plug
Class SchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sk.uniba.euromath.document.schema.plug.SchemaException
All Implemented Interfaces:
Serializable

public class SchemaException
extends Exception

Thrown by Schema. This exception is thrown in two cases:

Author:
Martin Vysny
See Also:
Serialized Form

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

SchemaException

public SchemaException()
Constructor.


SchemaException

public SchemaException(String message)
Constructor.

Parameters:
message -

SchemaException

public SchemaException(Throwable cause)
Constructor.

Parameters:
cause -

SchemaException

public SchemaException(String message,
                       Throwable cause)
Constructor.

Parameters:
message -
cause -


Copyright © 2003-2006 null. All Rights Reserved.