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(Throwable cause)
-
Method Summary
-
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(Throwable cause)
-
-