Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.print
Class PrintException  view PrintException download PrintException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PrintException()
          Construct a print exception.
PrintException(java.lang.Exception e)
          Construct a print exception.
PrintException(java.lang.String s)
          Construct a print exception.
PrintException(java.lang.String s, java.lang.Exception e)
          Construct a print exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.