org.apache.maven.shared.utils.cli
Class CommandLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.utils.cli.CommandLineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandLineTimeOutException

public class CommandLineException
extends Exception

Version:
$Id: CommandLineException.java 1392606 2012-10-01 21:09:56Z struberg $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

CommandLineException

public CommandLineException(String message)

CommandLineException

public CommandLineException(String message,
                            Throwable cause)


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