com.symbian.et.test.cmdline
Class CmdLineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.symbian.et.test.cmdline.CmdLineException
All Implemented Interfaces:
java.io.Serializable

public class CmdLineException
extends java.lang.Exception

Thrown when a command line is not correct

Author:
EngineeringTools
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String iMessage
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CmdLineException(java.lang.String aMessage)
          standard constructor
 
Method Summary
 int getErrorCode()
          get error code
 java.lang.String getMessage()
          get message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iMessage

java.lang.String iMessage
Constructor Detail

CmdLineException

public CmdLineException(java.lang.String aMessage)
standard constructor

Parameters:
aMessage -
Method Detail

getMessage

public java.lang.String getMessage()
get message


getErrorCode

public int getErrorCode()
get error code