Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
It is thrown when search has encountered a dead end and backtracking must occurr.
Version:
4.8
See Also:
  • Field Details

  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String message)
  • Method Details