|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
hatenahaiku4j.HatenaHaikuException
hatenahaiku4j.APINotSupportedException
public class APINotSupportedException
API未実装を表現するクラス
コンストラクタの概要 | |
---|---|
APINotSupportedException()
コンストラクタです。 |
|
APINotSupportedException(java.lang.String message)
コンストラクタです。 |
|
APINotSupportedException(java.lang.String message,
java.lang.Throwable cause)
コンストラクタです。 |
メソッドの概要 |
---|
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public APINotSupportedException()
public APINotSupportedException(java.lang.String message)
message
- メッセージpublic APINotSupportedException(java.lang.String message, java.lang.Throwable cause)
message
- メッセージcause
- 原因となった例外
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |