Protege 3.5

edu.stanford.smi.protege.exception
Class ProtegeError

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.ProtegeError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidProtegeArg

public class ProtegeError
extends RuntimeException

This is for errors in Protege that are caused by a programmer mistake. A reasonable catch for this error would provide an option for e-mailing a bug report to Stanford. It is deliberately meant to be unchecked so that we do not have to declare our bugs for each method ;).

Author:
tredmond
See Also:
Serialized Form

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

ProtegeError

public ProtegeError()

ProtegeError

public ProtegeError(String msg)

ProtegeError

public ProtegeError(String msg,
                    Throwable t)

ProtegeError

public ProtegeError(Throwable t)

Protege 3.5

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