public class PathEngineException extends FHIRException
Constructor and Description |
---|
PathEngineException() |
PathEngineException(String message) |
PathEngineException(String message,
SourceLocation location,
String expression) |
PathEngineException(String message,
SourceLocation location,
String expression,
Throwable cause) |
PathEngineException(String message,
Throwable cause) |
PathEngineException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression() |
SourceLocation |
getLocation() |
void |
setExpression(String expression) |
void |
setLocation(SourceLocation location) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PathEngineException()
public PathEngineException(String message, Throwable cause)
public PathEngineException(String message)
public PathEngineException(String message, SourceLocation location, String expression, Throwable cause)
public PathEngineException(String message, SourceLocation location, String expression)
public PathEngineException(Throwable cause)
public String getExpression()
public void setExpression(String expression)
public SourceLocation getLocation()
public void setLocation(SourceLocation location)
Copyright © 2014–2021 Health Level 7. All rights reserved.