jade.onto
Class OntologyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.onto.OntologyException

public class OntologyException
extends java.lang.Exception

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

Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()
Overrides:
printStackTrace in class java.lang.Throwable