Gant 1.9.9

gant
[Java] Class TargetMissingPropertyException

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

public class TargetMissingPropertyException
extends GantException

Thrown when an undefined property is referenced during target execution.

Authors:
Peter Ledbrook


Field Summary
static long serialVersionUID

 
Fields inherited from class GantException
serialVersionUID
 
Constructor Summary
TargetMissingPropertyException()

TargetMissingPropertyException(java.lang.String msg)

TargetMissingPropertyException(groovy.lang.MissingPropertyException e)

TargetMissingPropertyException(java.lang.String msg, groovy.lang.MissingPropertyException 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

TargetMissingPropertyException

public TargetMissingPropertyException()


TargetMissingPropertyException

public TargetMissingPropertyException(java.lang.String msg)


TargetMissingPropertyException

public TargetMissingPropertyException(groovy.lang.MissingPropertyException e)


TargetMissingPropertyException

public TargetMissingPropertyException(java.lang.String msg, groovy.lang.MissingPropertyException e)


 

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