|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.microedition.contactless.ContactlessException
javax.microedition.contactless.visual.VisualTagCodingException
public class VisualTagCodingException
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.
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 |
---|
public VisualTagCodingException()
Constructs a VisualTagCodingException
without a detail messages.
public VisualTagCodingException(java.lang.String message)
Constructs a VisualTagCodingException
with a detail messages.
message
- description of the exceptional situation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |