edu.stanford.smi.protege.exception
Class ProtegeError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtegeError
public ProtegeError()
ProtegeError
public ProtegeError(String msg)
ProtegeError
public ProtegeError(String msg,
Throwable t)
ProtegeError
public ProtegeError(Throwable t)
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2011 Stanford University.