org.dishevelled.timer
Class TimerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dishevelled.timer.TimerException
All Implemented Interfaces:
Serializable

public class TimerException
extends RuntimeException

Runtime exception thrown in the event that a timer is stopped before it has been started.

Version:
$Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
Author:
Michael Heuer
See Also:
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

TimerException

public TimerException()
Create a new timer expection with null as its detail message.


TimerException

public TimerException(String message)
Create a new timer exception with the specified detail message.

Parameters:
message - detail message

TimerException

public TimerException(String message,
                      Throwable cause)
Create a new timer exception with the specified detail message and cause.

Parameters:
message - detail message
cause - cause

TimerException

public TimerException(Throwable cause)
Create a new timer exception with the specified cause.

Parameters:
cause - cause


Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).