Package edu.jas.kern

Class TimeExceededException

All Implemented Interfaces:
Serializable

public class TimeExceededException extends RuntimeException
Time exceeded exception class. Runtime Exception to be thrown when the run-time has exceeded a certain limit.
See Also:
  • Constructor Details

    • TimeExceededException

      public TimeExceededException()
    • TimeExceededException

      public TimeExceededException(String c)
    • TimeExceededException

      public TimeExceededException(String c, Throwable t)
    • TimeExceededException

      public TimeExceededException(Throwable t)