support.convexhull
Class DoublePointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DoublePointException
public DoublePointException(String message)
- Default constructor does nothing beyond call super()
- Parameters:
message - Error message to be printed to console