Package org.hl7.fhir.exceptions
Class PathEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hl7.fhir.exceptions.FHIRException
-
- org.hl7.fhir.exceptions.PathEngineException
-
- All Implemented Interfaces:
Serializable
public class PathEngineException extends FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathEngineException()PathEngineException(String message)PathEngineException(String message, Throwable cause)PathEngineException(String message, SourceLocation location, String expression)PathEngineException(String message, SourceLocation location, String expression, Throwable cause)PathEngineException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()SourceLocationgetLocation()voidsetExpression(String expression)voidsetLocation(SourceLocation location)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PathEngineException
public PathEngineException()
-
PathEngineException
public PathEngineException(String message, Throwable cause)
-
PathEngineException
public PathEngineException(String message)
-
PathEngineException
public PathEngineException(String message, SourceLocation location, String expression, Throwable cause)
-
PathEngineException
public PathEngineException(String message, SourceLocation location, String expression)
-
PathEngineException
public PathEngineException(Throwable cause)
-
-
Method Detail
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
getLocation
public SourceLocation getLocation()
-
setLocation
public void setLocation(SourceLocation location)
-
-