org.codehaus.mojo.pomtools.console.toolkit
Class ConsoleExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.pomtools.console.toolkit.ConsoleExecutionException
All Implemented Interfaces:
Serializable

public class ConsoleExecutionException
extends Exception

Version:
$Id: ConsoleExecutionException.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins
See Also:
Serialized Form

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

ConsoleExecutionException

public ConsoleExecutionException()

ConsoleExecutionException

public ConsoleExecutionException(String message)

ConsoleExecutionException

public ConsoleExecutionException(String message,
                                 Throwable cause)

ConsoleExecutionException

public ConsoleExecutionException(Throwable cause)


Copyright © 2011 The Codehaus. All Rights Reserved.