|
HOME | |||||||
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.ireasoning.protocol.tl1.TL1ParsingException
public class TL1ParsingException
Any parsing exception caught when parsing the request or response
Constructor Summary | |
---|---|
TL1ParsingException(java.lang.String mesg)
Constructs a new exception with the specified detail message |
|
TL1ParsingException(java.lang.String mesg,
int pos)
Constructs a new exception with the specified detail message |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TL1ParsingException(java.lang.String mesg)
mesg
- the detail messagepublic TL1ParsingException(java.lang.String mesg, int pos)
mesg
- the detail messagepos
- the index where the paring exception occurs.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |