superwaba.ext.xplat.io.print
Class NotSupportedException

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

public class NotSupportedException
extends Exception

This exception is thrown when a not supported function is used. Functions may be available in some drivers but not in others.


Constructor Summary
NotSupportedException()
           
NotSupportedException(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

NotSupportedException

public NotSupportedException()

NotSupportedException

public NotSupportedException(String msg)