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
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionUncheckedIOException
(IOException cause) Deprecated.UncheckedIOException
(String message) Deprecated. -
Method Summary
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
UncheckedIOException
instead. This class acted as a compatibility shim for Java versions prior to 1.8.