Protege 3.3.1

edu.stanford.smi.protege.util
Class MessageError

java.lang.Object
  extended by 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

Constructor Summary
MessageError(Exception ex)
           
MessageError(Exception ex, String message)
           
MessageError(String message)
           
 
Method Summary
 Exception getException()
           
 String getMessage()
           
 void setException(Exception exception)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageError

public MessageError(String message)

MessageError

public MessageError(Exception ex)

MessageError

public MessageError(Exception ex,
                    String message)
Method Detail

getException

public Exception getException()

setException

public void setException(Exception exception)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

Protege 3.3.1

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