5 * $Id: ShapeException.java,v 1.2 2008/03/26 17:31:40 rmh3093 Exp $
8 * $Log: ShapeException.java,v $
9 * Revision 1.2 2008/03/26 17:31:40 rmh3093
12 * Revision 1.1 2008/03/26 17:05:55 rmh3093
17 * This class defines the object to be thrown by all subclasses that inherit
18 * from the abstract superclass Shape.
22 public class ShapeException
extends Exception
{
25 * Constructor for the ShapeException class. Shape objects will generate
26 * exceptions of this object type.
28 * @param message The string object used to construct the superclass
31 public ShapeException(String message
) {