|
||||||||||
| 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.cts.cs.OutOfExtentException
public class OutOfExtentException
An exception arising while trying to work out of a valid area defined by an Extent object.
| Constructor Summary | |
|---|---|
OutOfExtentException(double[] coord)
Create a new OutOfExtentException. |
|
OutOfExtentException(double[] coord,
Extent extent)
Create a new OutOfExtentException. |
|
OutOfExtentException(String exception)
Create a new OutOfExtentException. |
|
| Method Summary |
|---|
| 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 OutOfExtentException(String exception)
exception - description of this exceptionpublic OutOfExtentException(double[] coord)
coord - the coord responsible for this exception
public OutOfExtentException(double[] coord,
Extent extent)
coord - the coord responsible for this exceptionextent - the valid extent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||