watij.time
Class TimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by watij.time.TimeException
All Implemented Interfaces:
java.io.Serializable

public class TimeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TimeException()
           
TimeException(java.lang.String s)
           
TimeException(java.lang.String s, java.lang.Throwable throwable)
           
TimeException(java.lang.Throwable throwable)
           
 
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

TimeException

public TimeException()

TimeException

public TimeException(java.lang.String s)

TimeException

public TimeException(java.lang.String s,
                     java.lang.Throwable throwable)

TimeException

public TimeException(java.lang.Throwable throwable)