javax.print
Interface FlavorException


public interface FlavorException

FlavorException specifies a method a specific subclass of PrintException may implement to provide further information of printing errors if unsupported document flavors are involved.

There exists no PrintException class implementing this interface. Providing this extension in PrintException subclasses is left to the concrete print service implementation.


Method Summary
 DocFlavor[] getUnsupportedFlavors()
          Returns the unsupported document flavors.
 

Method Detail

getUnsupportedFlavors

DocFlavor[] getUnsupportedFlavors()
Returns the unsupported document flavors.

Returns:
The unsupported document flavors.