org.apache.maven.lifecycle
Class NoSuchPhaseException

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.LifecycleSpecificationException
                  extended by org.apache.maven.lifecycle.NoSuchPhaseException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPhaseException
extends LifecycleSpecificationException

See Also:
Serialized Form

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

NoSuchPhaseException

public NoSuchPhaseException(java.lang.String phase,
                            java.lang.String message,
                            java.lang.Throwable cause)

NoSuchPhaseException

public NoSuchPhaseException(java.lang.String phase,
                            java.lang.String message)
Method Detail

getPhase

public java.lang.String getPhase()


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