Protege 3.4.6

edu.stanford.smi.protege.exception
Class ProtegeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.stanford.smi.protege.exception.ProtegeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OntologyException, ProtegeIOException

public class ProtegeException
extends RuntimeException

A basic exception class for all protege exceptions. It is expected that programs will not declare throwing this exception but will specify subclasses instead.

Author:
tredmond
See Also:
Serialized Form

Constructor Summary
ProtegeException()
           
ProtegeException(String msg)
           
ProtegeException(String msg, Throwable t)
           
ProtegeException(Throwable t)
           
 
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

ProtegeException

public ProtegeException()

ProtegeException

public ProtegeException(String msg)

ProtegeException

public ProtegeException(String msg,
                        Throwable t)

ProtegeException

public ProtegeException(Throwable t)

Protege 3.4.6

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2011 Stanford University.