JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.page
Class PrintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.page.PrintException
All Implemented Interfaces:
Serializable

public class PrintException
extends RuntimeException

Throws a print exception when an error occurred printing, typically an IOException is the cause of the error.

See Also:
Serialized Form

Constructor Summary
PrintException(String message)
           
 
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(String message)

Copyright © 2004 Quest Software Inc..
All rights reserved.