public interface FlavorException
PrintException
可以实现一个子类来报告涉及到一个文档风味或风味( DocFlavor
类)的错误条件。
Print Service API没有定义实现接口FlavorException的任何打印例外类,这些类别由Print Service实现者自行决定。
Modifier and Type | Method and Description |
---|---|
DocFlavor[] |
getUnsupportedFlavors()
返回不支持的风格。
|
DocFlavor[] getUnsupportedFlavors()
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.