Gant 1.9.9

gant
[Java] Class MissingTargetException

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

public class MissingTargetException
extends GantException

Thrown when an undefined target is invoked.

Authors:
Peter Ledbrook


Field Summary
static long serialVersionUID

 
Fields inherited from class GantException
serialVersionUID
 
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#setLocation(org.apache.tools.ant.Location), org.apache.tools.ant.BuildException#toString(), org.apache.tools.ant.BuildException#getLocation(), org.apache.tools.ant.BuildException#getException(), org.apache.tools.ant.BuildException#printStackTrace(), org.apache.tools.ant.BuildException#printStackTrace(java.io.PrintWriter), org.apache.tools.ant.BuildException#printStackTrace(java.io.PrintStream), 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, int), org.apache.tools.ant.BuildException#wait(long), 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()
 

Field Detail

serialVersionUID

public static final long serialVersionUID


 
Constructor Detail

MissingTargetException

public MissingTargetException()


MissingTargetException

public MissingTargetException(java.lang.String msg)


MissingTargetException

public MissingTargetException(java.lang.Exception e)


MissingTargetException

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


 

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