geometri
Class IllegalPositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 .