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, toStringpublic CannotCompileException()
public CannotCompileException(Expression expr)
public CannotCompileException(String reason)
public CannotCompileException(Expression expr, String reason)
public String getMessage()
getMessage in class Throwablepublic Expression getExpression()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.