HOME

com.ireasoning.protocol.tl1
Class TL1ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ireasoning.protocol.tl1.TL1ParsingException
All Implemented Interfaces:
Serializable

public class TL1ParsingException
extends Exception

Any parsing exception caught when parsing the request or response

See Also:
Serialized Form

Constructor Summary
TL1ParsingException(String mesg)
          Constructs a new exception with the specified detail message
TL1ParsingException(String mesg, int pos)
          Constructs a new exception with the specified detail message
 
Method Summary
 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(String mesg)
Constructs a new exception with the specified detail message

Parameters:
mesg - the detail message

TL1ParsingException

public TL1ParsingException(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 String toString()

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.