|
||||||||||
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.NoSuchGoalException
public class NoSuchGoalException
Indicates a request to attain an unknown Goal
.
Goal.attain(org.apache.maven.werkz.Session)
,
Serialized FormConstructor Summary | |
---|---|
NoSuchGoalException(java.lang.String goalName)
Construct with the name of the unknown goal. |
Method Summary | |
---|---|
java.lang.String |
getGoalName()
Retrieve the unknown goal name. |
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 NoSuchGoalException(java.lang.String goalName)
goalName
- The unknown goal name.Method Detail |
---|
public java.lang.String getGoalName()
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 |