Package org.jsoup

Class UncheckedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.io.UncheckedIOException
org.jsoup.UncheckedIOException
All Implemented Interfaces:
Serializable

public class UncheckedIOException extends UncheckedIOException
Deprecated.
Use UncheckedIOException instead. This class acted as a compatibility shim for Java versions prior to 1.8.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    UncheckedIOException(String message)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from class java.io.UncheckedIOException

    getCause

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UncheckedIOException

      public UncheckedIOException(IOException cause)
      Deprecated.
    • UncheckedIOException

      public UncheckedIOException(String message)
      Deprecated.
  • Method Details

    • ioException

      public IOException ioException()
      Deprecated.