XMT-O Reference Software

xmto2xmta.timegraph
Class UnresolvedTimeException

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

public class UnresolvedTimeException
extends java.lang.Exception

Exception thrown by Time class when the time value is unresolved.

History:

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnresolvedTimeException()
           
 
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

UnresolvedTimeException

public UnresolvedTimeException()

XMT-O Reference Software