courses.dsv2pvt.client
Class InvalidIconCoordinateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
courses.dsv2pvt.client.InvalidIconCoordinateException
- All Implemented Interfaces:
- Serializable
- public class InvalidIconCoordinateException
- extends Exception
InvalidIconCoordinateException
is thrown when
the user of an icon tries to access a pixel outside the
icon.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidIconCoordinateException
public InvalidIconCoordinateException()
- Constructs a new instance of InvalidIconCoordinateException without
any error message
InvalidIconCoordinateException
public InvalidIconCoordinateException(String msg)
- Constructs a new InvalidIconCoordinateException
and sets the error message.
- Parameters:
msg
- a message describing the nature of the exception