gnu.io
クラス UnSupportedLoggerException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 gnu.io.UnSupportedLoggerException
すべての実装されたインタフェース:
java.io.Serializable

public class UnSupportedLoggerException
extends java.lang.Exception

Exception thrown when a method does not support the requested functionality.

導入されたバージョン:
JDK1.0
関連項目:
直列化された形式

コンストラクタの概要
UnSupportedLoggerException()
          create an instances with no message about why the Exception was thrown.
UnSupportedLoggerException(java.lang.String str)
          create an instance with a message about why the Exception was thrown.
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UnSupportedLoggerException

public UnSupportedLoggerException()
create an instances with no message about why the Exception was thrown.

導入されたバージョン:
JDK1.0

UnSupportedLoggerException

public UnSupportedLoggerException(java.lang.String str)
create an instance with a message about why the Exception was thrown.

パラメータ:
str - A detailed message explaining the reason for the Exception.
導入されたバージョン:
JDK1.0