|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.werkz.WerkzException
org.apache.maven.werkz.NoActionDefinitionException
public class NoActionDefinitionException
Indicates an attempt to attain a goal with no action definition.
Constructor Summary | |
---|---|
NoActionDefinitionException(Goal goal)
Construct. |
Method Summary | |
---|---|
Goal |
getGoal()
Retrieve the goal. |
java.lang.String |
getMessage()
Retrieve the error message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public NoActionDefinitionException(Goal goal)
goal
- The goal.Method Detail |
---|
public Goal getGoal()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |