org.cts
Class CoordinateDimensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cts.IllegalCoordinateException
org.cts.CoordinateDimensionException
- All Implemented Interfaces:
- Serializable
public class CoordinateDimensionException
- extends IllegalCoordinateException
Exception thrown when a double array input has not the expected length.
- 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 |
CoordinateDimensionException
public CoordinateDimensionException(String s)
- Creates a new CoordinateDimensionException.
- Parameters:
s - the message
CoordinateDimensionException
public CoordinateDimensionException(double[] coord,
int requiredDimension)
- Creates a new CoordinateDimensionException.
- Parameters:
coord - the coord responsible for this exceptionrequiredDimension - the dimension required by the calling method
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.