|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.print.PrintException
public class PrintException
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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| 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 |
|---|
public PrintException()
public PrintException(Exception e)
e - chained exceptionpublic PrintException(String s)
s - detailed message, or null for no message
public PrintException(String s,
Exception e)
s - detailed message, or null for no messagee - chained exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||