geometri
Class IllegalPositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by geometri.IllegalPositionException
All Implemented Interfaces:
Serializable

public class IllegalPositionException
extends Exception

An Exception which is thrown when trying to set an illegal position. A position is illegal if any of its coordinates is negative.

See Also:
Serialized Form

Constructor Summary
IllegalPositionException()
          Construct a new Exception without a detail message.
IllegalPositionException(String message)
          Construct a newException with a detail message.
 
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

IllegalPositionException

public IllegalPositionException()
Construct a new Exception without a detail message.


IllegalPositionException

public IllegalPositionException(String message)
Construct a newException with a detail message.

Parameters:
message - The detail message .