org.codehaus.plexus.util.cli
Class CommandLineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.util.cli.CommandLineException
All Implemented Interfaces:
java.io.Serializable

public class CommandLineException
extends java.lang.Exception

Version:
$Id: CommandLineException.java 591654 2007-11-03 17:14:56Z dennisl $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

CommandLineException

public CommandLineException(java.lang.String message,
                            java.lang.Throwable cause)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.