|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.ac.manchester.cs.owl.inference.dig11.DIGErrorException
public class DIGErrorException
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006
Constructor Summary | |
---|---|
DIGErrorException(java.util.List 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 |
java.util.Collection |
getErrors()
|
java.lang.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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DIGErrorException(java.util.List errorList)
Method Detail |
---|
public int getErrorCode(int index)
public java.lang.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 java.util.Collection getErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |