Gant 1.9.7

gant
[Groovy] Class MissingTargetException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.apache.tools.ant.BuildException
                  gant.GantException
                      gant.MissingTargetException

class MissingTargetException
extends GantException

Thrown when an undefined target is invoked.

Authors:
Peter Ledbrook


Constructor Summary
MissingTargetException()

MissingTargetException(java.lang.String msg)

MissingTargetException(java.lang.Exception e)

MissingTargetException(java.lang.String msg, java.lang.Exception e)

 
Method Summary
 
Methods inherited from class org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException#toString(), org.apache.tools.ant.BuildException#getLocation(), org.apache.tools.ant.BuildException#getException(), org.apache.tools.ant.BuildException#setLocation(org.apache.tools.ant.Location), org.apache.tools.ant.BuildException#printStackTrace(), org.apache.tools.ant.BuildException#printStackTrace(java.io.PrintStream), org.apache.tools.ant.BuildException#printStackTrace(java.io.PrintWriter), org.apache.tools.ant.BuildException#fillInStackTrace(), org.apache.tools.ant.BuildException#getCause(), org.apache.tools.ant.BuildException#initCause(java.lang.Throwable), org.apache.tools.ant.BuildException#getMessage(), org.apache.tools.ant.BuildException#getLocalizedMessage(), org.apache.tools.ant.BuildException#getStackTrace(), org.apache.tools.ant.BuildException#setStackTrace([Ljava.lang.StackTraceElement;), org.apache.tools.ant.BuildException#addSuppressed(java.lang.Throwable), org.apache.tools.ant.BuildException#getSuppressed(), org.apache.tools.ant.BuildException#wait(long), org.apache.tools.ant.BuildException#wait(long, int), org.apache.tools.ant.BuildException#wait(), org.apache.tools.ant.BuildException#equals(java.lang.Object), org.apache.tools.ant.BuildException#hashCode(), org.apache.tools.ant.BuildException#getClass(), org.apache.tools.ant.BuildException#notify(), org.apache.tools.ant.BuildException#notifyAll()
 

Constructor Detail

MissingTargetException

MissingTargetException()


MissingTargetException

MissingTargetException(java.lang.String msg)


MissingTargetException

MissingTargetException(java.lang.Exception e)


MissingTargetException

MissingTargetException(java.lang.String msg, java.lang.Exception e)


 

Copyright © 2006–9 The Codehaus. All Rights Reserved.