org.apache.maven.shared.runtime
Class MavenRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the cause
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.