Searched refs:CompilerException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCompilerException.java21 * $Id: CompilerException.java,v 1.2.4.1 2005/09/01 12:04:22 pvedula Exp $
29 public final class CompilerException extends Exception { class in inherits:Exception
34 public CompilerException() { method in class:CompilerException
38 public CompilerException(Exception e) { method in class:CompilerException
43 public CompilerException(String message) { method in class:CompilerException
H A DParser.java364 throws CompilerException {
387 throw new CompilerException(err.toString());
445 catch (CompilerException e) {
538 throws CompilerException {
545 throw new CompilerException(msg.toString());
556 throw new CompilerException(msg.toString());
574 throw new CompilerException(msg.toString());
577 throw new CompilerException(ex);
613 throws CompilerException {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java33 import com.sun.org.apache.xalan.internal.xsltc.compiler.CompilerException;
280 catch (CompilerException e) {

Completed in 63 milliseconds