com.timeindexing.time
Class TimestampDecoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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.
 
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.