Example usage for Java javax.print PrintException fields, constructors, methods, implement or subclass
The text is from its open source code.
PrintException(String s) Construct a print exception with the given detail message. | |
PrintException(Exception e) Construct a print exception chaining the supplied exception. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |