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:
Serializable

public class CommandLineException
extends Exception

Version:
$Id: CommandLineException.java 8010 2009-01-07 12:59:50Z vsiveton $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
CommandLineException(String message)
           
CommandLineException(String message, 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(String message)

CommandLineException

public CommandLineException(String message,
                            Throwable cause)


Copyright © 2001-2009 Codehaus. All Rights Reserved.