public class PrintException
extends java.lang.Exception
| Constructor and Description |
|---|
PrintException(java.lang.Exception e)
Creates a new print exception
|
PrintException(java.lang.String message)
Creates a new print exception
|
PrintException(java.lang.Throwable t)
Creates a new print exception
|
public PrintException(java.lang.Throwable t)
t - The throwable from which the exception is createdpublic PrintException(java.lang.Exception e)
e - The exception from which the exception is createdpublic PrintException(java.lang.String message)
message - The message associated to the exceptionCopyright © Sylvain HallĂ©. All Rights Reserved.