com.saxonica.bytecode.util
Class CannotCompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saxonica.bytecode.util.CannotCompileException
- All Implemented Interfaces:
- Serializable
public class CannotCompileException
- extends Exception
Exception indicating that constructs were encountered in the expression tree that
cannot be compiled to bytecode
- See Also:
- Serialized Form
CannotCompileException
public CannotCompileException()
CannotCompileException
public CannotCompileException(Expression expr)
CannotCompileException
public CannotCompileException(String reason)
CannotCompileException
public CannotCompileException(Expression expr,
String reason)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getExpression
public Expression getExpression()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.