java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.print.PrintException
- All Implemented Interfaces:
- java.io.Serializable
- public class PrintException
- extends java.lang.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:
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PrintException
public PrintException()
- Construct a print exception.
PrintException
public PrintException(java.lang.Exception e)
- Construct a print exception.
PrintException
public PrintException(java.lang.String s)
- Construct a print exception.
PrintException
public PrintException(java.lang.String s,
java.lang.Exception e)
- Construct a print exception.