Class InternalErrorException

All Implemented Interfaces:
Serializable

public class InternalErrorException extends RuntimeException
Exception thrown when QuickHull3D encounters an internal error.
Since:
1.0
Author:
John E. Lloyd, Fall 2004, Michael J. Schnieders
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException(String msg)
      Constructs an InternalErrorException with a message describing the error.
      Parameters:
      msg - detail message indicating the nature of the internal error