javax.microedition.contactless.visual
Class VisualTagCodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.microedition.contactless.ContactlessException
              extended by javax.microedition.contactless.visual.VisualTagCodingException
All Implemented Interfaces:
java.io.Serializable

public class VisualTagCodingException
extends ContactlessException

This exception captures the error situations related to encoding and decoding errors in visual tag reading and image generation. It extends ContectlessException, which is used if the requested operation is not supported by the API implementation.

See Also:
Serialized Form

Constructor Summary
VisualTagCodingException()
          Constructs a VisualTagCodingException without a detail messages.
VisualTagCodingException(java.lang.String message)
          Constructs a VisualTagCodingException with a detail messages.
 
Method Summary
 
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

VisualTagCodingException

public VisualTagCodingException()

Constructs a VisualTagCodingException without a detail messages.


VisualTagCodingException

public VisualTagCodingException(java.lang.String message)

Constructs a VisualTagCodingException with a detail messages.

Parameters:
message - description of the exceptional situation


Copyright © 2004-2009 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.