swing.addon.util
Class HardcopyWriter.PrintCanceledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--swing.addon.util.HardcopyWriter.PrintCanceledException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HardcopyWriter

public static class HardcopyWriter.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
HardcopyWriter.PrintCanceledException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HardcopyWriter.PrintCanceledException

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