Gant 1.9.6

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#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()
 
Methods inherited from class java.lang.RuntimeException
java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll()
 
Methods inherited from class java.lang.Exception
java.lang.Exception#printStackTrace(), java.lang.Exception#printStackTrace(java.io.PrintStream), java.lang.Exception#printStackTrace(java.io.PrintWriter), java.lang.Exception#fillInStackTrace(), java.lang.Exception#getCause(), java.lang.Exception#initCause(java.lang.Throwable), java.lang.Exception#toString(), java.lang.Exception#getMessage(), java.lang.Exception#getLocalizedMessage(), java.lang.Exception#getStackTrace(), java.lang.Exception#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Exception#wait(long), java.lang.Exception#wait(long, int), java.lang.Exception#wait(), java.lang.Exception#equals(java.lang.Object), java.lang.Exception#hashCode(), java.lang.Exception#getClass(), java.lang.Exception#notify(), java.lang.Exception#notifyAll()
 
Methods inherited from class java.lang.Throwable
java.lang.Throwable#printStackTrace(), java.lang.Throwable#printStackTrace(java.io.PrintStream), java.lang.Throwable#printStackTrace(java.io.PrintWriter), java.lang.Throwable#fillInStackTrace(), java.lang.Throwable#getCause(), java.lang.Throwable#initCause(java.lang.Throwable), java.lang.Throwable#toString(), java.lang.Throwable#getMessage(), java.lang.Throwable#getLocalizedMessage(), java.lang.Throwable#getStackTrace(), java.lang.Throwable#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Throwable#wait(long), java.lang.Throwable#wait(long, int), java.lang.Throwable#wait(), java.lang.Throwable#equals(java.lang.Object), java.lang.Throwable#hashCode(), java.lang.Throwable#getClass(), java.lang.Throwable#notify(), java.lang.Throwable#notifyAll()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#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.