Gant 1.9.8

gant
[Java] Class TargetExecutionException

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

public class TargetExecutionException
extends GantException

Thrown when there is an error running a script.

Authors:
Peter Ledbrook


Field Summary
static long serialVersionUID

 
Fields inherited from class GantException
serialVersionUID
 
Constructor Summary
TargetExecutionException()

TargetExecutionException(java.lang.String msg)

TargetExecutionException(java.lang.Exception e)

TargetExecutionException(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.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

TargetExecutionException

public TargetExecutionException()


TargetExecutionException

public TargetExecutionException(java.lang.String msg)


TargetExecutionException

public TargetExecutionException(java.lang.Exception e)


TargetExecutionException

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


 

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