public class EvalException
extends net.sourceforge.czt.util.CztException
Modifier and Type | Field and Description |
---|---|
protected net.sourceforge.czt.base.ast.Term |
problem_
The optional term (may be null) related to the problem.
|
Constructor and Description |
---|
EvalException()
Constructs a new exception with null as its detail message.
|
EvalException(String message)
Constructs a new exception with the specified detail message.
|
EvalException(String message,
net.sourceforge.czt.base.ast.Term problem)
Constructs a new exception with the specified detail message.
|
EvalException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
EvalException(String message,
Throwable cause,
net.sourceforge.czt.base.ast.Term problem)
Constructs a new exception with the specified detail message and cause.
|
EvalException(Throwable cause)
Constructs a new exception with the specified cause and detail message.
|
Modifier and Type | Method and Description |
---|---|
net.sourceforge.czt.base.ast.Term |
getTerm()
The term (usually an Expr or Pred) related to the problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected net.sourceforge.czt.base.ast.Term problem_
public EvalException()
public EvalException(String message)
public EvalException(String message, net.sourceforge.czt.base.ast.Term problem)
public EvalException(String message, Throwable cause)
public EvalException(String message, Throwable cause, net.sourceforge.czt.base.ast.Term problem)
public EvalException(Throwable cause)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.