Download Stylus Studio - The World's Best XML Development Environment!


com.ddtek.jxtr
Class JXTRWarning

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ddtek.jxtr.JXTRException
                    |
                    +--com.ddtek.jxtr.JXTRWarning
All Implemented Interfaces:
java.io.Serializable

public class JXTRWarning
extends JXTRException

Any warnings encountered during the processing of a jXTransformer statement can cause an JXTRWarning to be reported.

Each warning is identified by a numeric code (JXTRException.getCode()).

A text message describing the warning can be retrieved using JXTRException.getMessage().

A JXTRWarning can contain 'nested' exceptions. For example, a wrapped java.sql.SQLWarning. The nested exception can be accessed using JXTRException.getCause().

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ddtek.jxtr.JXTRException
ACTIVE_RESULSTSET, BATCHES_NOT_SUPPORTED, CALL_OUT_OF_SEQUENCE, CLASS_NOT_LOADED, CONVERTION_FAILED, DATABASE_LIMITATIONS, DEMO_LICENSE_EXPIRED, DTD_NAMESPACE_CONFLICT, DTD_REFERENCE_ALREADY_SET, EXECUTE_REQUIRED, GET_OUT_OF_SEQUENCE, INTERNAL_ERROR, INVALID_BASE64_LENGTH, INVALID_DOM_NODE_TYPE, INVALID_HEX_CHARACTER, INVALID_HEX_LENGTH, INVALID_IGNORE_WS_VALUE, INVALID_JAVA_SQL_TYPE_NAME, INVALID_PARAMETER_INDEX, INVALID_PARAMETER_LABEL, INVALID_PARAMETERS, INVALID_XML_NAME, INVALID_XPATH_RETURN_TYPE, IO_EXCEPTION, ISO8601_ERROR_INVALID_TIMEZONE_TOKENS, ISO8601_ERROR_MISSING_TOKEN, ISO8601_ERROR_NO_HOURS, ISO8601_ERROR_NO_INTEGER, ISO8601_ERROR_NO_MINUTES, ISO8601_ERROR_NO_SECONDS, LICENSE_NOT_VALID, NESTEDAGGREGATES_DETECTED, NO_AGGREGATE_OR_GROUPED_EXPRESSION, NO_NODE_SET, NO_QUERY_STATEMENT, NO_RESULSTSET_SUPPORT, NO_SELECTLIST_ITEMS_UNDER_ROOT, NO_UPDATE_STATEMENT, NO_XML_DOCUMENT, NO_XML_ROW_PATTERN, NOT_NESTED_IN_XML_TAG, OBJECT_CLOSED, OEM_LICENSE_ONLY, ONE_ATTRIBUTE_COLUMN, ONLY_COLUMN_INDEXES, ONLY_CONSTANT_NS_URI_ALLOWED, ONLY_ODBC_TIMESTAMP_ENCODING, ORDER_BY_DETECTED, ORDER_BY_ORDINAL_INVALID, ORDER_BY_ORDINAL_RESET, ORDER_BY_OUT_OF_RANGE, PARAMETER_NOT_SET, PARAMETER_VALUE_NO_INTEGER, PARAMETER_VALUE_NO_INTEGER_OR_STRING, PARAMETER_VALUE_NO_STRING, PARAMETER_VALUE_NO_XML_SOURCE, PARSE_ERROR, QUERY_SELECT_ONE_COLUMN, ROOT_TAG_ALREADY_SET, SAX_EXCEPTION, SQL_CONSTRUCT_NOT_SUPPORTED, SQL_EXCEPTION, SQL_WARNING, SQLXML_EXPRESSION_NOT_SUPPORTED, TABLE_ALIAS_NOT_UNIQUE, TABLE_ALIAS_REQUIRED, UNEXPECTED_TOKEN, UNSUPPORTED_CONVERTION, UNSUPPORTED_DRIVER, UNSUPPORTED_TYPE, UPDATE_EXCEPTION, XML_KEY_ELEMENT_SELECT_ONE_COLUMN
 
Method Summary
 JXTRWarning getNextWarning()
          Retrieves the warning chained to this JXTRWarning object.
 
Methods inherited from class com.ddtek.jxtr.JXTRException
getCause, getCode, getMessage, getNestedException, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNextWarning

public JXTRWarning getNextWarning()
Retrieves the warning chained to this JXTRWarning object.

Returns:
the next JXTRWarning in the chain; null if none.


Stylus Studio features SQL/XML tools for building XML views of relational data.