sl
Class OntologyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysl.OntologyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Frame.NoSuchSlotException, FrameSchema.WrongSlotTypeException

public class OntologyException
extends java.lang.Exception

This exception is thrown when some inconsistency is detected during some ontological operation.

Version:
$Date: 2003/10/09 13:00:37 $ $Revision: 1.1.1.1 $
Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

Field Summary
private  java.lang.Throwable nested
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OntologyException(java.lang.String msg)
          Create a new exception object.
OntologyException(java.lang.String msg, java.lang.Throwable t)
          Create a new exception object.
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nested

private java.lang.Throwable nested
Constructor Detail

OntologyException

public OntologyException(java.lang.String msg)
Create a new exception object.

Parameters:
msg - The message for this exception object.

OntologyException

public OntologyException(java.lang.String msg,
                         java.lang.Throwable t)
Create a new exception object.

Parameters:
msg - The message for this exception object.
t - The exception wrapped by this object.
Method Detail

printStackTrace

public void printStackTrace()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.