Searched refs:InternalRuntimeError (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DInternalRuntimeError.java22 * $Id: InternalRuntimeError.java,v 1.0 2009-11-25 04:34:28 joehw Exp $
30 public class InternalRuntimeError extends Error { class in inherits:Error
32 public InternalRuntimeError(String message) { method in class:InternalRuntimeError
H A DBasisLibrary.java1331 throw new InternalRuntimeError("Mismatched cases");
1338 throw new InternalRuntimeError("Expected element missing at " + i);
1340 throw new InternalRuntimeError("Too many elements at " + i);
1345 throw new InternalRuntimeError("Nodes lost in second pass");

Completed in 42 milliseconds