String Transformers Problem Set Javadocs

cs101.awt.geom
Class NotEnoughPointsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycs101.awt.geom.NotEnoughPointsException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughPointsException
extends java.lang.Exception

Author:
gus
See Also:
Serialized Form

Constructor Summary
NotEnoughPointsException()
          Creates a new instance of NotEnoughPointsException without detail message.
NotEnoughPointsException(java.lang.String msg)
          Constructs an instance of NotEnoughPointsException with the specified detail 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

NotEnoughPointsException

public NotEnoughPointsException()
Creates a new instance of NotEnoughPointsException without detail message.


NotEnoughPointsException

public NotEnoughPointsException(java.lang.String msg)
Constructs an instance of NotEnoughPointsException with the specified detail message.

Parameters:
msg - the detail message.

String Transformers Problem Set Javadocs