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
 
 
 
 
 
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 messagepos - the index where the paring exception occurs.
toString
public String toString()
 
Copyright © 2002 iReasoning Inc. All Rights Reserved.