From 2127637945ea6b763966398130e0770fa993c860 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 17 Jan 2006 18:09:40 +0000 Subject: Imported GNU Classpath 0.20 Imported GNU Classpath 0.20 * Makefile.am (AM_CPPFLAGS): Add classpath/include. * java/nio/charset/spi/CharsetProvider.java: New override file. * java/security/Security.java: Likewise. * sources.am: Regenerated. * Makefile.in: Likewise. From-SVN: r109831 --- libjava/classpath/javax/print/FlavorException.java | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'libjava/classpath/javax/print/FlavorException.java') diff --git a/libjava/classpath/javax/print/FlavorException.java b/libjava/classpath/javax/print/FlavorException.java index 1de6a22..879f108 100644 --- a/libjava/classpath/javax/print/FlavorException.java +++ b/libjava/classpath/javax/print/FlavorException.java @@ -1,5 +1,5 @@ /* FlavorException.java -- - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,6 +39,16 @@ exception statement from your version. */ package javax.print; /** + * FlavorException specifies a method a specific + * subclass of {@link javax.print.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. + *

+ * * @author Michael Koch (konqueror@gmx.de) */ public interface FlavorException @@ -46,7 +56,7 @@ public interface FlavorException /** * Returns the unsupported document flavors. * - * @return the unsupported document flavors + * @return The unsupported document flavors. */ DocFlavor[] getUnsupportedFlavors(); } \ No newline at end of file -- cgit v1.1