- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.print.PrintException
-
- All Implemented Interfaces:
-
Serializable
public class PrintException extends 异常
PrintException类封装了在使用Print Service实例时发生的与打印相关的错误条件。 这个基类只提供错误的字符串描述。 如果适用,子类提供更详细的信息。- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 PrintException()
构造没有详细消息的打印异常。PrintException(异常 e)
构造打印异常链接提供的异常。PrintException(String s)
使用给定的详细信息构造打印例外。PrintException(String s, 异常 e)
使用给定的详细消息和链接异常构造打印异常。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-