|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.qrivy.jbioapi.BioApiException
public class BioApiException
A Java Exception corresponding to an error received from the BioAPI framework.
| Constructor Summary | |
|---|---|
BioApiException(long _errorCode)
Creates a new BioApiException based upon the given error code |
|
| Method Summary | |
|---|---|
java.lang.String |
explain()
Provides an explanation, if any, of this Exception |
static java.lang.String |
explain(long code)
Provide an explanation, if any, of a given exception |
long |
getErrorCode()
|
| 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 BioApiException(long _errorCode)
_errorCode - As defined in the BioAPI 1.10 specification| Method Detail |
|---|
public long getErrorCode()
public java.lang.String explain()
public static java.lang.String explain(long code)
code - The error code to explain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||