AdventNet CLI 2.0 API Specification

com.adventnet.cli.terminal
Class TerminalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.cli.terminal.TerminalException

public class TerminalException
extends java.lang.Exception

This Exception is thrown whenever an error occurs during the loading of the transformation/translation tables or during the transformation/translation operation.

See Also:
Serialized Form

Constructor Summary
TerminalException()
          The default constructor
TerminalException(java.lang.String message)
          The constructor which takes the exception error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminalException

public TerminalException()
The default constructor

TerminalException

public TerminalException(java.lang.String message)
The constructor which takes the exception error message
Parameters:
message - the exception message

AdventNet CLI 2.0 API Specification