Groovy Documentation

org.gradle.api.tasks.diagnostics
[Java] Class ReportException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.tasks.diagnostics.ReportException

public class ReportException
extends GradleException

by Szczepan Faber, created at: 9/20/12


Constructor Summary
ReportException(String message)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ReportException

public ReportException(String message)


 

Gradle API 1.3-rc-2