org.apache.maven.lifecycle.plan
Class LifecyclePlannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.lifecycle.LifecycleException
              extended by org.apache.maven.lifecycle.plan.LifecyclePlannerException
All Implemented Interfaces:
java.io.Serializable

public class LifecyclePlannerException
extends LifecycleException

Signals an error during build-plan construction.

Author:
jdcasey
See Also:
Serialized Form

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

LifecyclePlannerException

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

LifecyclePlannerException

public LifecyclePlannerException(java.lang.String message)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.