|
||||||||||
| 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
org.dishevelled.timer.TimerException
public class TimerException
Runtime exception thrown in the event that a timer is stopped before it has been started.
Timer.start(),
Timer.stop(),
Serialized Form| Constructor Summary | |
|---|---|
TimerException()
Create a new timer expection with null as its
detail message. |
|
TimerException(String message)
Create a new timer exception with the specified detail message. |
|
TimerException(String message,
Throwable cause)
Create a new timer exception with the specified detail message and cause. |
|
TimerException(Throwable cause)
Create a new timer exception with the specified cause. |
|
| 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 TimerException()
null as its
detail message.
public TimerException(String message)
message - detail message
public TimerException(String message,
Throwable cause)
message - detail messagecause - causepublic TimerException(Throwable cause)
cause - cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||