Package org.graffiti.plugin.view
Class ShapeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.plugin.view.ShapeNotFoundException
- All Implemented Interfaces:
Serializable
public class ShapeNotFoundException extends Exception
DOCUMENT ME!
- Author:
- schoeffl To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ShapeNotFoundException(String msg)
Constructs a ShapeNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShapeNotFoundException
Constructs a ShapeNotFoundException.- Parameters:
msg
- the message to set.
-