coordinates.area
Class AreaException

java.lang.Object
  extended byjava.lang.Throwable
      extended bycoordinates.area.AreaException
All Implemented Interfaces:
java.io.Serializable

public class AreaException
extends java.lang.Throwable

Standard exception for anything that can go wrong concerning area objects. Later one could eloborate on different exception types.

See Also:
Serialized Form

Constructor Summary
AreaException()
           
 
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

AreaException

public AreaException()