Package org.hl7.fhir.r5.utils
Class FHIRLexer.FHIRLexerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hl7.fhir.exceptions.FHIRException
-
- org.hl7.fhir.r5.utils.FHIRLexer.FHIRLexerException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FHIRLexer
public class FHIRLexer.FHIRLexerException extends org.hl7.fhir.exceptions.FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRLexerException()
FHIRLexerException(String message)
FHIRLexerException(String message, Throwable cause)
FHIRLexerException(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
-
FHIRLexerException
public FHIRLexerException()
-
FHIRLexerException
public FHIRLexerException(String message, Throwable cause)
-
FHIRLexerException
public FHIRLexerException(String message)
-
FHIRLexerException
public FHIRLexerException(Throwable cause)
-
-