java.lang
クラス RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
- 直系の既知のサブクラス:
- ArithmeticException, ArrayStoreException, ClassCastException, ConcurrentModificationException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, NegativeArraySizeException, NoSuchElementException, NullPointerException, SecurityException, UnsupportedOperationException
public class RuntimeException
- extends Exception
RuntimeException は nanoJBlend VMの正常な動作中にスローされる例外のスーパークラスです。
メソッドの実行中にスローされる可能性はあるがキャッチされない RuntimeException のサブクラスについては、 throws 節に宣言する必要はありません。
RuntimeException
public RuntimeException()
- 詳細メッセージの無い
RuntimeException を生成します。
RuntimeException
public RuntimeException(String message)
- 指定された詳細メッセージを保持する
RuntimeException を生成します。
- パラメータ:
message - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential