public class NDKException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
exceptionList |
Constructor and Description |
---|
NDKException() |
NDKException(java.lang.String message) |
NDKException(java.lang.String message,
java.util.Vector exceptions) |
Modifier and Type | Method and Description |
---|---|
void |
addException(java.lang.Exception e) |
int |
getExceptionCount() |
java.util.Vector |
getExceptions() |
void |
setExceptions(java.util.Vector exceptions) |
void |
throwContainedException(int i) |
public NDKException()
public NDKException(java.lang.String message)
public NDKException(java.lang.String message, java.util.Vector exceptions)
public void addException(java.lang.Exception e)
public java.util.Vector getExceptions()
public void setExceptions(java.util.Vector exceptions)
public int getExceptionCount()
public void throwContainedException(int i) throws java.lang.Exception
java.lang.Exception