public interface URIException
PrintException
涉及一个URI地址错误情况的报告。打印服务API没有定义任何打印异常类实现接口uriexception,被留下来的打印服务实现者的自由裁量权。
Modifier and Type | Field and Description |
---|---|
static int |
URIInaccessible
表明打印机无法访问的URI地址。
|
static int |
URIOtherProblem
表示其他原因没有具体确定的任何类型的问题。
|
static int |
URISchemeNotSupported
表明打印机不支持的URI方案(“HTTP”、“ftp”,等等)的URI地址。
|
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.