edu.jas.kern
Class TimeExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.jas.kern.TimeExceededException
All Implemented Interfaces:
java.io.Serializable

public class TimeExceededException
extends java.lang.RuntimeException

Time exceeded exception class. Runtime Exception to be thrown when the run-time has exceeded a certain limit.

Author:
Heinz Kredel
See Also:
Serialized Form

Constructor Summary
TimeExceededException()
           
TimeExceededException(java.lang.String c)
           
TimeExceededException(java.lang.String c, java.lang.Throwable t)
           
TimeExceededException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeExceededException

public TimeExceededException()

TimeExceededException

public TimeExceededException(java.lang.String c)

TimeExceededException

public TimeExceededException(java.lang.String c,
                             java.lang.Throwable t)

TimeExceededException

public TimeExceededException(java.lang.Throwable t)