|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jas.kern.TimeExceededException
public class TimeExceededException
Time exceeded exception class. Runtime Exception to be thrown when the run-time has exceeded a certain limit.
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 |
---|
public TimeExceededException()
public TimeExceededException(java.lang.String c)
public TimeExceededException(java.lang.String c, java.lang.Throwable t)
public TimeExceededException(java.lang.Throwable t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |