public class CannotCompileException extends Exception
Constructor and Description |
---|
CannotCompileException() |
CannotCompileException(Expression expr) |
CannotCompileException(Expression expr,
String reason) |
CannotCompileException(String reason) |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotCompileException()
public CannotCompileException(Expression expr)
public CannotCompileException(String reason)
public CannotCompileException(Expression expr, String reason)
public String getMessage()
getMessage
in class Throwable
public Expression getExpression()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.