|
fixez 1.0 | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.koiroha.fixez.ExifFormatException
public class ExifFormatException
Exif フォーマットに関するの例外クラスです。
| コンストラクタの概要 | |
|---|---|
ExifFormatException()
メッセージの付かない例外を構築します。 |
|
ExifFormatException(String message)
指定されたメッセージつきの例外を構築します。 |
|
ExifFormatException(String message,
Throwable cause)
例外メッセージと原因の例外を指定して構築を行います。 |
|
ExifFormatException(Throwable cause)
指定された原因の例外付きの例外を構築します。 |
|
| メソッドの概要 |
|---|
| クラス 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 ExifFormatException()
public ExifFormatException(String message)
message - 例外メッセージpublic ExifFormatException(Throwable cause)
cause - 原因の例外
public ExifFormatException(String message,
Throwable cause)
message - 例外メッセージcause - 原因の例外
|
torao@mars.dti.ne.jp | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||