org.codehaus.mojo.runtime.builder
Class MavenRuntimeBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.runtime.builder.MavenRuntimeBuilderException
All Implemented Interfaces:
Serializable

public class MavenRuntimeBuilderException
extends Exception

Version:
$Id: MavenRuntimeBuilderException.java 2166 2006-07-18 21:32:16Z carlos $
Author:
Jason van Zyl, Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
MavenRuntimeBuilderException(String msg)
           
MavenRuntimeBuilderException(String msg, 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

MavenRuntimeBuilderException

public MavenRuntimeBuilderException(String msg)

MavenRuntimeBuilderException

public MavenRuntimeBuilderException(String msg,
                                    Throwable cause)


Copyright © 2011 Codehaus. All Rights Reserved.