Module java.desktop
Package javax.print

Class PrintException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.print.PrintException
All Implemented Interfaces:
Serializable

public class PrintException extends Exception
Class PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance. This base class furnishes only a string description of the error. Subclasses furnish more detailed information if applicable.
See Also: