org.apache.maven
Class GoalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.MavenException
              extended byorg.apache.maven.GoalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownGoalException

public class GoalException
extends MavenException

A generic exception related to Maven and goal acquisition

Version:
$Id: GoalException.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Ben Walding
See Also:
Serialized Form

Constructor Summary
GoalException(java.lang.String message)
          Construct with an generic message.
 
Methods inherited from class org.apache.maven.MavenException
getException
 
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

GoalException

public GoalException(java.lang.String message)
Construct with an generic message.

Parameters:
message - The message.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.