org.gradle.api
Class LocationAwareException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.api.internal.LocationAwareException
                      extended by org.gradle.api.LocationAwareException
All Implemented Interfaces:
Serializable

Deprecated. No replacement

@Deprecated
public class LocationAwareException
extends org.gradle.api.internal.LocationAwareException

A LocationAwareException is an exception which can be annotated with a location in a script.

See Also:
Serialized Form

Constructor Summary
LocationAwareException(Throwable cause, Throwable target, org.gradle.groovy.scripts.ScriptSource source, Integer lineNumber)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.gradle.api.internal.LocationAwareException
getLineNumber, getLocation, getMessage, getOriginalMessage, getReportableCauses, getScriptSource, getTarget, visitReportableCauses
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationAwareException

public LocationAwareException(Throwable cause,
                              Throwable target,
                              org.gradle.groovy.scripts.ScriptSource source,
                              Integer lineNumber)
Deprecated.