| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.wireless.htmlconversion.HtmlConversionException
HtmlConversionException | public class HtmlConversionException extends Exception (Code) | | Standard exception class for this package.
author: ashwin.mathew@sun.com |
MALFORMED_URL_ERROR | final public static int MALFORMED_URL_ERROR(Code) | | The URL to scrape is malformed.
|
TRANSFORMATION_ERROR | final public static int TRANSFORMATION_ERROR(Code) | | An error occurred while transforming HTML to AML.
|
UNSUPPORTED_CONTENT_TYPE | final public static int UNSUPPORTED_CONTENT_TYPE(Code) | | The content type is unsupported for HTML conversion.
|
URL_RETRIEVAL_ERROR | final public static int URL_RETRIEVAL_ERROR(Code) | | An error occurred while retrieving the URL to scrape.
|
XML_ERROR | final public static int XML_ERROR(Code) | | An error occurred while invoking XML APIs.
|
HtmlConversionException | public HtmlConversionException(int errorCode, String message)(Code) | | |
HtmlConversionException | public HtmlConversionException(int errorCode, Throwable rootCause)(Code) | | |
getErrorCode | public int getErrorCode()(Code) | | |
|
|
|