Groovy Documentation

org.gradle.api
Class UncheckedIOException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.UncheckedIOException

class UncheckedIOException
extends java.lang.RuntimeException

UncheckedIOException is used to wrap an java.io.IOException into an unchecked exception.

author:
Hans Dockter


Constructor Summary
UncheckedIOException()

UncheckedIOException(java.lang.String message)

UncheckedIOException(java.lang.String message, java.lang.Throwable cause)

UncheckedIOException(java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Exception
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

UncheckedIOException

public UncheckedIOException()


UncheckedIOException

public UncheckedIOException(java.lang.String message)


UncheckedIOException

public UncheckedIOException(java.lang.String message, java.lang.Throwable cause)


UncheckedIOException

public UncheckedIOException(java.lang.Throwable cause)


 

Groovy Documentation