iaik.tc.utils.cmdline
Class CommandlineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.tc.utils.cmdline.CommandlineException
All Implemented Interfaces:
java.io.Serializable

public class CommandlineException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CommandlineException()
           
CommandlineException(java.lang.String message)
           
CommandlineException(java.lang.String message, int desiredReturnValue)
           
CommandlineException(java.lang.String message, java.lang.Throwable e)
           
CommandlineException(java.lang.Throwable e)
           
 
Method Summary
 int getReturnValue()
           
 java.lang.String getStackTraceString()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandlineException

public CommandlineException()

CommandlineException

public CommandlineException(java.lang.String message,
                            java.lang.Throwable e)

CommandlineException

public CommandlineException(java.lang.Throwable e)

CommandlineException

public CommandlineException(java.lang.String message)

CommandlineException

public CommandlineException(java.lang.String message,
                            int desiredReturnValue)
Method Detail

getReturnValue

public int getReturnValue()

getStackTraceString

public java.lang.String getStackTraceString()