javax.print
public class PrintException extends Exception
PrintException
is used to report exceptions during the
usage of a print service implementation.
This base class only provides the possibility to report a message as
exception. A concrete print service implementation may provide
specialised subclasses implementing one or more of the following
exception interfaces:
Constructor and Description |
---|
PrintException()
Construct a print exception.
|
PrintException(Exception e)
Construct a print exception.
|
PrintException(String s)
Construct a print exception.
|
PrintException(String s,
Exception e)
Construct a print exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrintException()
public PrintException(Exception e)
e
- chained exceptionpublic PrintException(String s)
s
- detailed message, or null for no messagepublic PrintException(String s, Exception e)
s
- detailed message, or null for no messagee
- chained exception