|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.stanford.smi.protegex.owl.inference.reasoner.exception.ProtegeReasonerException
edu.stanford.smi.protegex.owl.inference.dig.exception.DIGReasonerException
edu.stanford.smi.protegex.owl.inference.dig.exception.DIGErrorException
public class DIGErrorException
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jun 14, 2004
Constructor Summary | |
---|---|
DIGErrorException(ArrayList errorList)
|
Method Summary | |
---|---|
DIGError |
getDIGError(int index)
Gets the DIGError object
associated with this exception. |
int |
getErrorCode(int index)
Gets the exception code associated with this DIGErrorException |
Collection |
getErrors()
|
String |
getMessage(int index)
Gets the exception message of the specified exception. |
int |
getNumberOfErrors()
Gets the number of DIGErrors |
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 |
---|
public DIGErrorException(ArrayList errorList)
Method Detail |
---|
public int getErrorCode(int index)
public String getMessage(int index)
index
- The index of the exception
public DIGError getDIGError(int index)
DIGError
object
associated with this exception.
public int getNumberOfErrors()
public Collection getErrors()
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |