Package ca.uhn.fhir.parser
Class DataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.uhn.fhir.parser.DataFormatException
-
- All Implemented Interfaces:
Serializable
public class DataFormatException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFormatException()DataFormatException(String theMessage)DataFormatException(String theMessage, Throwable theCause)DataFormatException(Throwable theCause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataFormatException
public DataFormatException()
-
DataFormatException
public DataFormatException(String theMessage)
-
DataFormatException
public DataFormatException(String theMessage, Throwable theCause)
-
DataFormatException
public DataFormatException(Throwable theCause)
-
-