Searched defs:runTimeError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java217 runTimeError(INVALID_ARGUMENT_ERR, className, "number()");
260 runTimeError(INVALID_ARGUMENT_ERR, className, "boolean()");
283 runTimeError(RUN_TIME_INTERNAL_ERR, "substring()");
318 runTimeError(RUN_TIME_INTERNAL_ERR, "substring()");
436 runTimeError(EXTERNAL_FUNC_ERR, name);
444 runTimeError(UNALLOWED_EXTENSION_FUNCTION_ERR, name);
452 runTimeError(UNALLOWED_EXTENSION_ELEMENT_ERR, name);
464 runTimeError(UNSUPPORTED_EXT_ERR, qname);
466 runTimeError(UNSUPPORTED_XSL_ERR, qname);
487 runTimeError(INVALID_ARGUMENT_ER
1593 public static void runTimeError(String code) { method in class:BasisLibrary
1597 public static void runTimeError(String code, Object[] args) { method in class:BasisLibrary
1603 public static void runTimeError(String code, Object arg0) { method in class:BasisLibrary
1607 public static void runTimeError(String code, Object arg0, Object arg1) { method in class:BasisLibrary
[all...]

Completed in 2838 milliseconds