org.apache.maven.shared.runtime
Class MavenRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.runtime.MavenRuntimeException
All Implemented Interfaces:
Serializable

public class MavenRuntimeException
extends Exception

Indicates an error occurred introspecting the Maven runtime environment.

Version:
$Id: MavenRuntimeException.java 831910 2009-11-02 15:05:33Z markh $
Author:
Mark Hobson
See Also:
Serialized Form

Constructor Summary
MavenRuntimeException(String message)
          Creates a new MavenRuntimeException with the specified detail message.
MavenRuntimeException(String message, Throwable cause)
          Creates a new MavenRuntimeException with the specified detail message and 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

MavenRuntimeException

public MavenRuntimeException(String message)
Creates a new MavenRuntimeException with the specified detail message.

Parameters:
message - the detail message

MavenRuntimeException

public MavenRuntimeException(String message,
                             Throwable cause)
Creates a new MavenRuntimeException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause


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