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