anvil.core
Class Throwables.XMLError.DOMError

java.lang.Object
  |
  +--anvil.core.Any
        |
        +--anvil.core.AnyAbstractClass
              |
              +--anvil.core.AnyThrowable
                    |
                    +--anvil.core.Throwables.XMLError
                          |
                          +--anvil.core.Throwables.XMLError.DOMError
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable
Enclosing class:
Throwables.XMLError

public static class Throwables.XMLError.DOMError
extends Throwables.XMLError


Nested Class Summary
 
Nested classes inherited from class anvil.core.Throwables.XMLError
Throwables.XMLError.DOMError
 
Field Summary
static NativeClass _class
           
static Any DOMSTRING_SIZE_ERR
           
static Any HIERARCHY_REQUEST_ERR
           
static Any INDEX_SIZE_ERR
           
static java.lang.Object[] init
           
static Any INUSE_ATTRIBUTE_ERR
           
static Any INVALID_ACCESS_ERR
           
static Any INVALID_CHARACTER_ERR
           
static Any INVALID_MODIFICATION_ERR
           
static Any INVALID_STATE_ERR
           
static Any NAMESPACE_ERR
           
static Any NO_DATA_ALLOWED_ERR
           
static Any NO_MODIFICATION_ALLOWED_ERR
           
static Any NOT_FOUND_ERR
           
static Any NOT_SUPPORTED_ERR
           
static Any SYNTAX_ERR
           
static Any WRONG_DOCUMENT_ERR
           
 
Fields inherited from class anvil.core.Any
ARRAY0, DOUBLE_MINUS_ONE, DOUBLE_ONE, DOUBLE_ZERO, EMPTY_STRING, EMPTY_TUPLE, FALSE, INF, IS_ARRAY, IS_BINARY, IS_BOOLEAN, IS_BUFFER, IS_CLASS, IS_DOUBLE, IS_ENUMERATION, IS_INF, IS_INT, IS_LIST, IS_MAP, IS_NEG_INF, IS_NULL, IS_PATTERN, IS_RANGE, IS_STRING, IS_TUPLE, IS_UNDEFINED, MINUS_ONE, NAN, NEG_INF, NULL, ONE, p_compareTo, p_each, p_equals, p_pipe, p_select, THREE, TRUE, TWO, UNDEFINED, ZERO
 
Constructor Summary
Throwables.XMLError.DOMError()
           
Throwables.XMLError.DOMError(Context context, int code, java.lang.String message, ErrorListener listener)
           
 
Method Summary
 ClassType classOf()
          Returns the type of this Any.
 Any init(Context context, int code, java.lang.String message)
           
 Any m_getCode()
           
 
Methods inherited from class anvil.core.Throwables.XMLError
init
 
Methods inherited from class anvil.core.AnyThrowable
_clone, _copy, _serialize, _unserialize, fillInStackTrace, fillInStackTrace, fillInStackTrace, getErrors, m_fill, m_fillInStackTrace, m_getErrors, m_getMessage, m_getStackTrace, m_toString, toObject, toString
 
Methods inherited from class anvil.core.AnyAbstractClass
doSerialize, isMutable, serialize, serializeObject, toBoolean, typeOf, unserialize, unserializeObject
 
Methods inherited from class anvil.core.Any
_invoke, _invoke, _invoke, _invoke, _invoke, _invoke, _wakeup, add, classNameOf, clone, coerce, compare, compareTo, concat, contains, copy, create, create, create, create, create, create, create, create, create, create, create, create, create, create, decrease, deleteAttribute, deleteReference, divide, equals, execute, execute, execute, execute, execute, execute, getAttribute, getRef, getReference, has, increase, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, isArray, isBinary, isBoolean, isBuffer, isDefined, isDouble, isInstanceOf, isInt, isIterator, isList, isMap, isNull, isPattern, isRange, isRef, isSequence, isString, isTuple, isUndefined, iterator, m_clone, m_compareTo, m_copy, m_each, m_equals, m_hashCode, m_pipe, m_select, m_toBoolean, minus, modulo, multiply, not, plus, setAttribute, setRef, setReference, setReference, sizeOf, subtract, toAnvil, toAnvil, toAnyBoolean, toAnyDouble, toAnyInt, toAnyString, toArray, toBinary, toBuffer, toByte, toChar, toCode, toDouble, toInt, toList, toLong, toMap, toPattern, toRange, toTuple, type
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

init

public static java.lang.Object[] init

_class

public static final NativeClass _class

DOMSTRING_SIZE_ERR

public static final Any DOMSTRING_SIZE_ERR

HIERARCHY_REQUEST_ERR

public static final Any HIERARCHY_REQUEST_ERR

INDEX_SIZE_ERR

public static final Any INDEX_SIZE_ERR

INUSE_ATTRIBUTE_ERR

public static final Any INUSE_ATTRIBUTE_ERR

INVALID_ACCESS_ERR

public static final Any INVALID_ACCESS_ERR

INVALID_CHARACTER_ERR

public static final Any INVALID_CHARACTER_ERR

INVALID_MODIFICATION_ERR

public static final Any INVALID_MODIFICATION_ERR

INVALID_STATE_ERR

public static final Any INVALID_STATE_ERR

NAMESPACE_ERR

public static final Any NAMESPACE_ERR

NO_DATA_ALLOWED_ERR

public static final Any NO_DATA_ALLOWED_ERR

NO_MODIFICATION_ALLOWED_ERR

public static final Any NO_MODIFICATION_ALLOWED_ERR

NOT_FOUND_ERR

public static final Any NOT_FOUND_ERR

NOT_SUPPORTED_ERR

public static final Any NOT_SUPPORTED_ERR

SYNTAX_ERR

public static final Any SYNTAX_ERR

WRONG_DOCUMENT_ERR

public static final Any WRONG_DOCUMENT_ERR
Constructor Detail

Throwables.XMLError.DOMError

public Throwables.XMLError.DOMError()

Throwables.XMLError.DOMError

public Throwables.XMLError.DOMError(Context context,
                                    int code,
                                    java.lang.String message,
                                    ErrorListener listener)
Method Detail

init

public Any init(Context context,
                int code,
                java.lang.String message)

classOf

public ClassType classOf()
Description copied from class: Any
Returns the type of this Any.

Overrides:
classOf in class Throwables.XMLError

m_getCode

public Any m_getCode()