courses.dsv2pvt.client
Class InvalidIconCoordinateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycourses.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

Constructor Summary
InvalidIconCoordinateException()
          Constructs a new instance of InvalidIconCoordinateException without any error message
InvalidIconCoordinateException(String msg)
          Constructs a new InvalidIconCoordinateException and sets the error message.
 
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

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