XMT-O Reference Software

xmto2xmta.timegraph
Class UnsupportedElementException

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

public class UnsupportedElementException
extends java.lang.Exception

Exception thrown by SimpleTimeContainer constructor when the element contains unsupported properties or missing required attributes.

History:

See Also:
Serialized Form

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

UnsupportedElementException

public UnsupportedElementException()

XMT-O Reference Software