superwaba.ext.xplat.io.print
Class PrinterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--superwaba.ext.xplat.io.print.PrinterException

public class PrinterException
extends Exception

This exception is thrown when a printer error occurs. You may get the detailed error description using PrintManager.getDetailedErrorMessage


Constructor Summary
PrinterException()
           
PrinterException(String msg)
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, wait, wait
 

Constructor Detail

PrinterException

public PrinterException()

PrinterException

public PrinterException(String msg)