|
||||||||||
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.geotools.geometry.iso.UnsupportedDimensionException
public class UnsupportedDimensionException
The UnsupportedDimensionException will be thrown when methods are called, which are not capable to treat the dimension of the input data, or do not always work correctly in that dimension.
Constructor Summary | |
---|---|
UnsupportedDimensionException(java.lang.Exception e)
Creates a UnsupportedDimensionException with
e s detail message. |
|
UnsupportedDimensionException(java.lang.String message)
Creates a UnsupportedDimensionException with the given
detail message. |
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 UnsupportedDimensionException(java.lang.String message)
UnsupportedDimensionException
with the given
detail message.
message
- a description of this
UnsupportedDimensionException
public UnsupportedDimensionException(java.lang.Exception e)
UnsupportedDimensionException
with
e
s detail message.
e
- an exception that occurred while trying to operate a function
which is not operable for that coordiante dimension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |