Class java io ioexception android

Class IOException

Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.

Constructor Summary

Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ).

Method Summary

Methods declared in class java.lang.Throwable

Methods declared in class java.lang.Object

Constructor Details

IOException

IOException

IOException

Constructs an IOException with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated into this exception’s detail message.

IOException

Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ). This constructor is useful for IO exceptions that are little more than wrappers for other throwables.

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Читайте также:  Php date functions now

Источник

IOException Class

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Signals that an I/O exception of some sort has occurred.

[Android.Runtime.Register("java/io/IOException", DoNotGenerateAcw=true)] public class IOException : Java.Lang.Exception
[] type IOException = class inherit Exception

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Constructs an IOException with null as its error detail message.

A constructor used when creating managed representations of JNI objects; called by the runtime.

Constructs an IOException with the specified detail message.

Constructs an IOException with the specified detail message and cause.

Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ).

Fields

Properties

Returns the cause of this throwable or null if the cause is nonexistent or unknown.

The handle to the underlying Android instance.

Creates a localized description of this throwable.

Returns the detail message string of this throwable.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.

Fills in the execution stack trace.

Provides programmatic access to the stack trace information printed by #printStackTrace() .

Returns an array containing all of the exceptions that were suppressed, typically by the try -with-resources statement, in order to deliver this exception.

Initializes the cause of this throwable to the specified value.

Prints this throwable and its backtrace to the standard error stream.

Prints this throwable and its backtrace to the specified print stream.

Prints this throwable and its backtrace to the specified print writer.

Sets the stack trace elements that will be returned by #getStackTrace() and printed by #printStackTrace() and related methods.

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Throwable)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Throwable)
IJavaPeerable.Finalized() (Inherited from Throwable)
IJavaPeerable.JniManagedPeerState (Inherited from Throwable)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Throwable)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Throwable)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Throwable)

Extension Methods

Performs an Android runtime-checked type conversion.

Источник

IOException Класс

Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

[Android.Runtime.Register("java/io/IOException", DoNotGenerateAcw=true)] public class IOException : Java.Lang.Exception
[] type IOException = class inherit Exception

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Конструкторы

Создает с null в качестве подробного IOException сообщения об ошибке.

Конструктор, используемый при создании управляемых представлений объектов JNI; вызывается средой выполнения.

Создает с IOException указанным подробным сообщением.

Создает объект IOException с указанным подробным сообщением и причиной.

Создает объект с указанной IOException причиной и подробным сообщением (cause==null ? null : cause.toString()) (который обычно содержит класс и подробное сообщение ). cause

Поля

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Свойства

Возвращает причину этого бросаемого объекта или null значение , если причина не существует или неизвестна.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Дескриптор базового экземпляра Android.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Создает локализованное описание этого вызываемого объекта.

Возвращает строку подробного сообщения этого бросаемого объекта.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Этот API поддерживает инфраструктуру Mono для Android и не предназначен для использования непосредственно из кода.

Этот API поддерживает инфраструктуру Mono для Android и не предназначен для использования непосредственно из кода.

Методы

Добавляет указанное исключение к исключениям, которые были подавлены для доставки этого исключения.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Заполняет трассировку стека выполнения.

Предоставляет программный доступ к сведениям трассировки стека, напечатанным с помощью #printStackTrace() .

Возвращает массив, содержащий все исключения, которые были подавлены, как правило, инструкцией try -with-resources для доставки этого исключения.

Инициализирует причину этого вызываемого объекта указанным значением.

Выводит этот бросаемый объект и его обратную трассировку в стандартный поток ошибок.

Выводит этот бросаемый объект и его обратную трассировку в указанный поток печати.

Печатает этот бросаемый объект и его обратную трассировку в указанный модуль записи печати.

Задает элементы трассировки стека, которые будут возвращены #getStackTrace() и напечатаны соответствующими методами #printStackTrace() .

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Явные реализации интерфейса

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Методы расширения

Выполняет преобразование типов, проверенное средой выполнения Android.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Сигнализирует о возникновении какого-либо исключения ввода-вывода.

Источник

Class java io ioexception android

Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.

Constructor Summary

Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ).

Method Summary

Methods inherited from class java.lang.Throwable

Methods inherited from class java.lang.Object

Constructor Detail

IOException

IOException

IOException

Constructs an IOException with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated into this exception’s detail message.

IOException

Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause ). This constructor is useful for IO exceptions that are little more than wrappers for other throwables.

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2023, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

Источник

Оцените статью