com.google.zxing
Class WriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.zxing.WriterException

public final class WriterException
extends Exception

A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.

Since:
BlackBerry API 6.0.0

Constructor Summary
WriterException()
           
WriterException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

WriterException

public WriterException()
Since:
BlackBerry API 6.0.0

WriterException

public WriterException(String message)
Since:
BlackBerry API 6.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal