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

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

public class ConsoleConfigurationException
extends java.lang.RuntimeException

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

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

ConsoleConfigurationException

public ConsoleConfigurationException()

ConsoleConfigurationException

public ConsoleConfigurationException(java.lang.String message)

ConsoleConfigurationException

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

ConsoleConfigurationException

public ConsoleConfigurationException(java.lang.Throwable cause)


Copyright © 2010 The Codehaus. All Rights Reserved.