javax.microedition.content
Class ContentHandlerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--javax.microedition.content.ContentHandlerException
- public class ContentHandlerException
- extends IOException
A ContentHandlerException is thrown to report errors
specific to registration and invocation of content handlers.
Instances are immutable and thread safe.
- Since:
- JDE 4.3.0
|
Field Summary |
static int |
AMBIGUOUS
The reason is AMBIGUOUS in a
ContentHandlerException when an ID does not
uniquely identify a single content handler application. |
static int |
NO_REGISTERED_HANDLER
The reason is NO_REGISTERED_HANDLER in a
ContentHandlerException when there is no content handler
registered of the requested combination of
ID, type, suffix, and action. |
static int |
TYPE_UNKNOWN
The reason is TYPE_UNKNOWN in a
ContentHandlerException when the type is not available. |
|
Method Summary |
int |
getErrorCode()
Returns the error code for the exception. |
AMBIGUOUS
public static final int AMBIGUOUS
- The reason is
AMBIGUOUS in a
ContentHandlerException when an ID does not
uniquely identify a single content handler application.
- Since:
- JDE 4.3.0
NO_REGISTERED_HANDLER
public static final int NO_REGISTERED_HANDLER
- The reason is
NO_REGISTERED_HANDLER in a
ContentHandlerException when there is no content handler
registered of the requested combination of
ID, type, suffix, and action.
- Since:
- JDE 4.3.0
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- The reason is
TYPE_UNKNOWN in a
ContentHandlerException when the type is not available.
- Since:
- JDE 4.3.0
Copyright 1999-2008 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.