HOME

com.ireasoning.protocol.tl1
Class TL1FormattingException

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

public class TL1FormattingException
extends Exception

This exception is raised when the format of TL1 command is not correct.

See Also:
Serialized Form

Constructor Summary
TL1FormattingException(String mesg)
          Constructs a new exception with the specified detail message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TL1FormattingException

public TL1FormattingException(String mesg)
Constructs a new exception with the specified detail message

Parameters:
mesg - the detail message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.