Class InvalidContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projecthusky.fhir.core.ch.exceptions.InvalidContentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidEmedContentException,InvalidVacdContentException
An exception thrown when trying to read, parse or validate an content (e.g. a
document) that is invalid regarding its specification.
- Author:
- Roeland Luykx
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionInvalidContentException(String message) InvalidContentException(String message, Throwable cause) protectedInvalidContentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InvalidContentException(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 Details
-
InvalidContentException
public InvalidContentException() -
InvalidContentException
-
InvalidContentException
-
InvalidContentException
-
InvalidContentException
-