Package com.ibm.fhir.profile
Class ConstraintGenerator.ConstraintGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.profile.ConstraintGenerator.ConstraintGenerationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConstraintGenerator
static class ConstraintGenerator.ConstraintGenerationException extends RuntimeException
-
-
Constructor Summary
Constructors Constructor Description ConstraintGenerationException(String message, ElementDefinition elementDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinition
getElementDefinition()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstraintGenerationException
public ConstraintGenerationException(String message, ElementDefinition elementDefinition)
-
-
Method Detail
-
getElementDefinition
public ElementDefinition getElementDefinition()
-
-