|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gnu.io.UnSupportedLoggerException
public class UnSupportedLoggerException
Exception thrown when a method does not support the requested functionality.
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public UnSupportedLoggerException()
public UnSupportedLoggerException(java.lang.String str)
str
- A detailed message explaining the reason for the Exception.
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |