|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
jp.cssj.cti2.TranscoderException
public class TranscoderException
ドキュメントの変換を中断したことを示す例外です。
Field Summary | |
---|---|
static byte |
STATE_BROKEN
変換結果のデータは破壊されています。 |
static byte |
STATE_READABLE
変換結果は不完全ですが、利用可能なデータです。 |
Constructor Summary | |
---|---|
TranscoderException(byte state,
short code,
String[] args,
String message)
|
|
TranscoderException(short code,
String[] args,
String message)
|
Method Summary | |
---|---|
String[] |
getArgs()
メッセージに付随する値です。 |
short |
getCode()
中断の原因となったメッセージコードです。 |
byte |
getState()
変換後の状態(STATE_XXX定数)を返します。 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte STATE_READABLE
public static final byte STATE_BROKEN
Constructor Detail |
---|
public TranscoderException(byte state, short code, String[] args, String message)
public TranscoderException(short code, String[] args, String message)
Method Detail |
---|
public short getCode()
public String[] getArgs()
public byte getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |