de.hillenbrand.jedi.frames
Class PrintFrame.PrintCanceledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.hillenbrand.jedi.frames.PrintFrame.PrintCanceledException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PrintFrame

public static class PrintFrame.PrintCanceledException
extends java.lang.Exception

This is the exception class that the HardcopyWriter constructor throws when the user clicks "Cancel" in the print dialog box.

See Also:
Serialized Form

Constructor Summary
PrintFrame.PrintCanceledException(java.lang.String msg)
           
 
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

PrintFrame.PrintCanceledException

public PrintFrame.PrintCanceledException(java.lang.String msg)