com.calfater.mailcarbon.util
Class NoSuchCommandLineParameter

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.calfater.mailcarbon.util.NoSuchCommandLineParameter
All Implemented Interfaces:
java.io.Serializable

public class NoSuchCommandLineParameter
extends java.lang.Exception

Handle missing command line argument.

See Also:
Serialized Form

Constructor Summary
NoSuchCommandLineParameter(java.lang.String message)
          The constructor.
 
Method Summary
 
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

NoSuchCommandLineParameter

public NoSuchCommandLineParameter(java.lang.String message)
The constructor.

Parameters:
message - The message to be displayed.