edu.stanford.smi.protegex.owl.inference.dig.exception
Class DIGError
java.lang.Object
edu.stanford.smi.protegex.owl.inference.dig.exception.DIGError
- public class DIGError
- extends Object
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jun 19, 2004
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
private String message
errorCode
private int errorCode
id
private String id
DIGError
public DIGError(String id,
String message,
int errorCode)
DIGError
public DIGError(String id,
String message,
String errorCode)
getMessage
public String getMessage()
getErrorCode
public int getErrorCode()
getID
public String getID()