|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface URIException
URIException インタフェースは、mixin インタフェースで、PrintException
のサブクラスは、このインタフェースを実装して URI アドレスに関するエラー条件を報告できます。URIException インタフェースを実装する印刷例外クラスは、Print Service API により一切定義されず、Print Service 実装者の判断に委ねられています。
フィールドの概要 | |
---|---|
static int |
URIInaccessible
プリンタが URI アドレスにアクセスできないことを示します。 |
static int |
URIOtherProblem
特定できない何らかの問題が、そのほかの理由で発生したことを示します。 |
static int |
URISchemeNotSupported
プリンタが URI アドレス内の URI スキーム (「http」、「ftp」など) をサポートしていないことを示します。 |
メソッドの概要 | |
---|---|
int |
getReason()
イベントが発生した理由を返します。 |
URI |
getUnsupportedURI()
URI を返します。 |
フィールドの詳細 |
---|
static final int URIInaccessible
static final int URISchemeNotSupported
static final int URIOtherProblem
メソッドの詳細 |
---|
URI getUnsupportedURI()
int getReason()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。