XMT-O Reference Software

xmto2xmta.timegraph
Class IndefiniteTimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xmto2xmta.timegraph.IndefiniteTimeException
All Implemented Interfaces:
java.io.Serializable

public class IndefiniteTimeException
extends java.lang.Exception

Thrown by Time class when the time value is indefinite.

History:

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
IndefiniteTimeException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

IndefiniteTimeException

public IndefiniteTimeException()

XMT-O Reference Software