com.format.xml
API has been deprecated. Instead, use the com.format.xml.bind
API.public class TLcdXMLInterruptedException
extends java.lang.Exception
Constructor and Description |
---|
TLcdXMLInterruptedException()
Deprecated.
Constructs a new exception with
null as its detail message. |
TLcdXMLInterruptedException(java.lang.String aMessage)
Deprecated.
Constructs a new exception with the specified detail message.
|
public TLcdXMLInterruptedException()
null
as its detail message.public TLcdXMLInterruptedException(java.lang.String aMessage)
aMessage
- the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage()
method.