edu.stanford.smi.protege.util
Class MessageError
java.lang.Object
edu.stanford.smi.protege.util.MessageError
public class MessageError
- extends Object
Class used for reporting errors at project load time. An instance of this class
contains an exception and a string message explaining the error.
- Author:
- Tania Tudorache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageError
public MessageError(String message)
MessageError
public MessageError(Exception ex)
MessageError
public MessageError(Exception ex,
String message)
getException
public Exception getException()
setException
public void setException(Exception exception)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.