com.adventnet.tl1
Class TL1ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.tl1.TL1ParserException

public class TL1ParserException
extends java.lang.Exception

Exception that will be thrown,if the Parser encounters any error while parsing the TL1Message.

See Also:
Serialized Form

Constructor Summary
TL1ParserException()
          void constructor
TL1ParserException(java.lang.String msg)
          Constructor with String Instance
 
Method Summary
 java.lang.Object getTL1Message()
          To get the TL1Message as an Object
 void setTL1Message(java.lang.Object message)
          To set the TL1Message with the given Object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TL1ParserException

public TL1ParserException()
void constructor

TL1ParserException

public TL1ParserException(java.lang.String msg)
Constructor with String Instance
Parameters:
msg - Message as a String
Method Detail

setTL1Message

public void setTL1Message(java.lang.Object message)
To set the TL1Message with the given Object
Parameters:
message - The message that describes the exception

getTL1Message

public java.lang.Object getTL1Message()
To get the TL1Message as an Object
Returns:
TL1Message Object