nanoJBlend

java.lang
クラス Exception

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
直系の既知のサブクラス:
ClassNotFoundException, IllegalAccessException, InstantiationException, InterruptedException, IOException, LoadableModuleException, NoSuchMethodException, RuntimeException

public class Exception
extends Throwable

Exception クラスおよびそのサブクラスは、通常のアプリケーションがキャッチするであろう Throwable の階層を形成します。

アプリケーションがこれらの例外に対して対処できるよう、例外が発生する可能性があれば文書化されます。


コンストラクタの概要
Exception()
          詳細メッセージの無い Exception を生成します。
Exception(String message)
          指定された詳細メッセージを保持する Exception を生成します。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
getMessage, printStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait
 

コンストラクタの詳細

Exception

public Exception()
詳細メッセージの無い Exception を生成します。


Exception

public Exception(String message)
指定された詳細メッセージを保持する Exception を生成します。

パラメータ:
message - 詳細メッセージ

nanoJBlend

Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential