com.adventnet.tl1
Class TL1ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adventnet.tl1.TL1ParserException
All Implemented Interfaces:
java.io.Serializable

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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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