support.convexhull
Class DoublePointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by support.convexhull.DoublePointException
All Implemented Interfaces:
Serializable

public class DoublePointException
extends RuntimeException

Exception class thrown when student codes has the same internal point in both the Top and Bottom Hull in violation of the requirements of the program. Message should be something useful for debugging (e.g. the X and Y coords of the violating point).

See Also:
Serialized Form

Constructor Summary
DoublePointException(String message)
          Default constructor does nothing beyond call super()
 
Method Summary
 
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

DoublePointException

public DoublePointException(String message)
Default constructor does nothing beyond call super()

Parameters:
message - Error message to be printed to console