public class

PrinterException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.awt.print.PrinterException
Known Direct Subclasses

Class Overview

The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.

Summary

Public Constructors
PrinterException()
Constructs a new PrinterException object without a detail message.
PrinterException(String msg)
Constructs a new PrinterException object with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PrinterException ()

Constructs a new PrinterException object without a detail message.

public PrinterException (String msg)

Constructs a new PrinterException object with the specified detail message.

Parameters
msg the message to generate when a PrinterException is thrown