com.ireasoning.protocol.tl1
Class TL1FormattingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TL1FormattingException
public TL1FormattingException(String mesg)
- Constructs a new exception with the specified detail message
- Parameters:
mesg
- the detail message
Copyright © 2002 iReasoning Inc. All Rights Reserved.