org.apache.maven
Class GoalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.maven.MavenException
                    |
                    +--org.apache.maven.GoalException
All Implemented Interfaces:
java.io.Serializable

public synchronized class GoalException
extends MavenException

See Also:
Serialized Form

Constructor Summary
GoalException(java.lang.String)
           
 
Methods inherited from class org.apache.maven.MavenException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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)


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