org.geotools.geometry.iso
Class UnsupportedDimensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geotools.geometry.iso.UnsupportedDimensionException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDimensionException
extends java.lang.Exception

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.

Author:
Sanjay Dominik Jena
See Also:
Serialized Form

Constructor Summary
UnsupportedDimensionException(java.lang.Exception e)
          Creates a UnsupportedDimensionException with es 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

UnsupportedDimensionException

public UnsupportedDimensionException(java.lang.String message)
Creates a UnsupportedDimensionException with the given detail message.

Parameters:
message - a description of this UnsupportedDimensionException

UnsupportedDimensionException

public UnsupportedDimensionException(java.lang.Exception e)
Creates a UnsupportedDimensionException with es detail message.

Parameters:
e - an exception that occurred while trying to operate a function which is not operable for that coordiante dimension


Copyright © 1996-2010 Geotools. All Rights Reserved.