RuntimeException (クラス)
public RuntimeException {inherits Exception}
パッケージ: CURL.LANGUAGE.EXCEPTIONS
直接継承しているサブクラス: SkinnableAttachmentTypeException, OutOfMemoryException, NullDereferenceException, StackOverflowException, CastException, ArithmeticException, PermissionDeniedException, KeyNotFoundException, DequeueEmptyException

いつでもどこからでも、スロー可能な例外クラス。

説明

これは、多くの場合、ドキュメンテーション上の問題です。RuntimeException は、通常バグのあるプログラムからスローされ、ほとんどの場合、下位レベルのシステムコードで検出されます。

以下に、RuntimeException のサブクラスの一部を示します。


コンストラクタ
default:RuntimeException を作成します。
コンストラクタ public {RuntimeException.default message:String}

プロパティ
プロパティ 継承 BasicThrowable: message, value

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {RuntimeException.default message:String}

RuntimeException を作成します。

message: 人間が判読できるメッセージです。



プロパティ詳細


メソッド詳細