org.cts.cs
Class OutOfExtentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cts.cs.OutOfExtentException
All Implemented Interfaces:
Serializable

public class OutOfExtentException
extends Exception

An exception arising while trying to work out of a valid area defined by an Extent object.

Author:
Michaƫl Michaud
See Also:
Serialized Form

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

OutOfExtentException

public OutOfExtentException(String exception)
Create a new OutOfExtentException.

Parameters:
exception - description of this exception

OutOfExtentException

public OutOfExtentException(double[] coord)
Create a new OutOfExtentException.

Parameters:
coord - the coord responsible for this exception

OutOfExtentException

public OutOfExtentException(double[] coord,
                            Extent extent)
Create a new OutOfExtentException.

Parameters:
coord - the coord responsible for this exception
extent - the valid extent


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