public interface URIException 
      PrintException可以实现一个子类来报告涉及URI地址的错误条件。 
       Print Service API没有定义实现接口URIException的任何打印异常类,这些类别由Print Service实现者自行决定。 
      | Modifier and Type | Field and Description | 
|---|---|
| static int | URIInaccessible
              表示打印机无法访问URI地址。 
             | 
| static int | URIOtherProblem
              表示其他原因未明确确定的任何问题。 
             | 
| static int | URISchemeNotSupported
              表示打印机不支持URI地址中的URI方案(“http”,“ftp”等)。 
             | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getReason()
              返回事件的原因。 
             | 
| URI | getUnsupportedURI()
              返回URI。 
             | 
static final int URIInaccessible
static final int URISchemeNotSupported
static final int URIOtherProblem
URI getUnsupportedURI()
int getReason()
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.