Class TLcdXMLInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.format.xml.TLcdXMLInterruptedException
All Implemented Interfaces:
Serializable

public class TLcdXMLInterruptedException extends Exception
Deprecated.
Use of the com.format.xml API has been deprecated. Instead, use the com.format.xml.bind API.
Thrown to indicate that an XML execution has been interrupted.
See Also:
  • Constructor Details

    • TLcdXMLInterruptedException

      public TLcdXMLInterruptedException()
      Deprecated.
      Constructs a new exception with null as its detail message.
    • TLcdXMLInterruptedException

      public TLcdXMLInterruptedException(String aMessage)
      Deprecated.
      Constructs a new exception with the specified detail message.
      Parameters:
      aMessage - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.