// ShapeTextFormatException.java

public class ShapeTextFormatException extends IllegalArgumentException
{
   public ShapeTextFormatException()  {}  // implied call to super()
   public ShapeTextFormatException(String gripe)  { super(gripe); }
}  // class ShapeTextFormatException