HOME

com.ireasoning.protocol.tl1
Class TL1ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ireasoning.protocol.tl1.TL1ParsingException
All Implemented Interfaces:
java.io.Serializable

public class TL1ParsingException
extends java.lang.Exception

Any parsing exception caught when parsing the request or response

See Also:
Serialized Form

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

TL1ParsingException

public TL1ParsingException(java.lang.String mesg)
Constructs a new exception with the specified detail message

Parameters:
mesg - the detail message

TL1ParsingException

public TL1ParsingException(java.lang.String mesg,
                           int pos)
Constructs a new exception with the specified detail message

Parameters:
mesg - the detail message
pos - the index where the paring exception occurs.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.