Package ffx.numerics.quickhull
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ffx.numerics.quickhull.InternalErrorException
- All Implemented Interfaces:
Serializable
Exception thrown when QuickHull3D encounters an internal error.
- Since:
- 1.0
- Author:
- John E. Lloyd, Fall 2004, Michael J. Schnieders
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an InternalErrorException with a message describing the error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalErrorException
Constructs an InternalErrorException with a message describing the error.- Parameters:
msg
- detail message indicating the nature of the internal error
-