|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adventnet.tl1.TL1ParserException
public class TL1ParserException
Exception that will be thrown,if the Parser encounters any error while parsing the TL1Message.
| 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 |
|---|
public TL1ParserException()
public TL1ParserException(java.lang.String msg)
msg - Message as a String| Method Detail |
|---|
public void setTL1Message(java.lang.Object message)
message - The message that describes the exceptionpublic java.lang.Object getTL1Message()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||