|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jscience.geography.coordinates.SrmException
public class SrmException
| Field Summary | |
|---|---|
static int |
_CREATION_FAILURE
DOCUMENT ME! |
static int |
_DESTRUCTION_FAILURE
DOCUMENT ME! |
static int |
_FLOATING_OVERFLOW
DOCUMENT ME! |
static int |
_FLOATING_POINT_ERROR
DOCUMENT ME! |
static int |
_FLOATING_UNDERFLOW
DOCUMENT ME! |
static int |
_INACTIONABLE
DOCUMENT ME! |
static int |
_INVALID_CODE
DOCUMENT ME! |
static int |
_INVALID_INPUT
DOCUMENT ME! |
static int |
_INVALID_SOURCE_COORDINATE
DOCUMENT ME! |
static int |
_INVALID_SOURCE_DIRECTION
DOCUMENT ME! |
static int |
_INVALID_SOURCE_ORIENTATION
DOCUMENT ME! |
static int |
_INVALID_SOURCE_SRF
DOCUMENT ME! |
static int |
_INVALID_SRF
DOCUMENT ME! |
static int |
_INVALID_TARGET_COORDINATE
DOCUMENT ME! |
static int |
_INVALID_TARGET_DIRECTION
DOCUMENT ME! |
static int |
_INVALID_TARGET_ORIENTATION
DOCUMENT ME! |
static int |
_INVALID_TARGET_SRF
DOCUMENT ME! |
static int |
_NOT_IMPLEMENTED
DOCUMENT ME! |
static int |
_OPERATION_UNSUPPORTED
DOCUMENT ME! |
static int |
_OUT_OF_MEMORY
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
protected |
SrmException(int exceptionCode,
java.lang.String exceptionMsg)
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
DOCUMENT ME! |
int |
what()
DOCUMENT ME! |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _INVALID_SRF
public static final int _INVALID_SOURCE_SRF
public static final int _INVALID_TARGET_SRF
public static final int _INVALID_SOURCE_COORDINATE
public static final int _INVALID_TARGET_COORDINATE
public static final int _INVALID_SOURCE_DIRECTION
public static final int _INVALID_INPUT
public static final int _INVALID_CODE
public static final int _CREATION_FAILURE
public static final int _DESTRUCTION_FAILURE
public static final int _OPERATION_UNSUPPORTED
public static final int _FLOATING_OVERFLOW
public static final int _FLOATING_UNDERFLOW
public static final int _FLOATING_POINT_ERROR
public static final int _INVALID_TARGET_DIRECTION
public static final int _INVALID_SOURCE_ORIENTATION
public static final int _INVALID_TARGET_ORIENTATION
public static final int _NOT_IMPLEMENTED
public static final int _INACTIONABLE
public static final int _OUT_OF_MEMORY
| Constructor Detail |
|---|
protected SrmException(int exceptionCode,
java.lang.String exceptionMsg)
| Method Detail |
|---|
public int what()
public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||