模块  java.desktop
软件包  javax.print

Interface URIException


  • public interface URIException
    接口URIException是mixin接口, PrintException的子类可以实现该接口以报告涉及URI地址的错误条件。 Print Service API未定义实现接口URIException任何打印异常类,由打印服务实现者自行决定。
    • 字段详细信息

      • URIInaccessible

        static final int URIInaccessible
        表示打印机无法访问URI地址。 例如,如果打印机获取打印数据并且甚至无法建立与URI地址的连接,则可能会报告此错误。
        另请参见:
        常数字段值
      • URISchemeNotSupported

        static final int URISchemeNotSupported
        表示打印机不支持 URI地址中的 URI方案(“http”,“ftp”等)。
        另请参见:
        常数字段值
      • URIOtherProblem

        static final int URIOtherProblem
        表示由其他原因未明确指出的任何类型的问题。
        另请参见:
        常数字段值
    • 方法详细信息

      • getUnsupportedURI

        URI getUnsupportedURI()
        返回 URI
        结果
        URI是导致此异常的原因
      • getReason

        int getReason()
        返回此异常的原因。
        结果
        此接口中枚举的预定义原因之一