org.cts
Class IllegalCoordinateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cts.IllegalCoordinateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoordinateDimensionException

public class IllegalCoordinateException
extends Exception

Try to use an illegal coordinate.

Author:
Michaƫl Michaud
See Also:
Serialized Form

Constructor Summary
IllegalCoordinateException(String exception)
          Create a new IllegalCoordinateException.
IllegalCoordinateException(String exception, double[] coord)
          Create a new IllegalCoordinateException.
 
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

IllegalCoordinateException

public IllegalCoordinateException(String exception)
Create a new IllegalCoordinateException.

Parameters:
exception - precise description of this exception

IllegalCoordinateException

public IllegalCoordinateException(String exception,
                                  double[] coord)
Create a new IllegalCoordinateException.

Parameters:
exception - precise description of this exception
coord - the illegal coordinate as a double array


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.