|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
jp.cssj.cti2.TranscoderException
public class TranscoderException
ドキュメントの変換を中断したことを示す例外です。
フィールドの概要 | |
---|---|
static byte |
STATE_BROKEN
変換結果のデータは破壊されています。 |
static byte |
STATE_READABLE
変換結果は不完全ですが、利用可能なデータです。 |
コンストラクタの概要 | |
---|---|
TranscoderException(byte state,
short code,
String[] args,
String message)
|
|
TranscoderException(short code,
String[] args,
String message)
|
メソッドの概要 | |
---|---|
String[] |
getArgs()
メッセージに付随する値です。 |
short |
getCode()
中断の原因となったメッセージコードです。 |
byte |
getState()
変換後の状態(STATE_XXX定数)を返します。 |
クラス 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 static final byte STATE_READABLE
public static final byte STATE_BROKEN
コンストラクタの詳細 |
---|
public TranscoderException(byte state, short code, String[] args, String message)
public TranscoderException(short code, String[] args, String message)
メソッドの詳細 |
---|
public short getCode()
public String[] getArgs()
public byte getState()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |