org.cts
Class IllegalCoordinateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 exceptioncoord - the illegal coordinate as a double array
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.