com.timeindexing.time
Class TimestampDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.timeindexing.time.TimestampDecoderException
All Implemented Interfaces:
java.io.Serializable

public class TimestampDecoderException
extends java.lang.RuntimeException

A TimestampDecoderException is thrown when a TimestampDecoder cannot decode a value posing as a time.

See Also:
Serialized Form

Constructor Summary
TimestampDecoderException()
          Throw a TimestampDecoderException with no message.
TimestampDecoderException(java.lang.String s)
          Throw a TimestampDecoderException with a message.
 
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

TimestampDecoderException

public TimestampDecoderException()
Throw a TimestampDecoderException with no message.


TimestampDecoderException

public TimestampDecoderException(java.lang.String s)
Throw a TimestampDecoderException with a message.



Timeindexing 2008