HOME

com.ireasoning.protocol.tl1
Class TL1ParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
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()
Overrides:
toString in class Throwable

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.