net.sf.statcvs.output
Class CommandLineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.statcvs.output.CommandLineException
All Implemented Interfaces:
java.io.Serializable

public class CommandLineException
extends java.lang.Exception

Thrown by the command line parser on missing/illegal arguments.

Version:
$Id: CommandLineException.java,v 1.2 2003/03/18 10:33:53 lukasz Exp $
Author:
Richard Cyganiak
See Also:
Serialized Form

Constructor Summary
CommandLineException(java.lang.String message)
          Constructor for CommandLineException.
 
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

CommandLineException

public CommandLineException(java.lang.String message)
Constructor for CommandLineException.

Parameters:
message - error message