Package org.linuxforhealth.fhir.profile
Class ConstraintGenerator.ConstraintGenerationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.linuxforhealth.fhir.profile.ConstraintGenerator.ConstraintGenerationException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - ConstraintGenerator
 
static class ConstraintGenerator.ConstraintGenerationException extends java.lang.RuntimeException 
- 
- 
Constructor Summary
Constructors Constructor Description ConstraintGenerationException(java.lang.String message, ElementDefinition elementDefinition) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinitiongetElementDefinition() 
 - 
 
- 
- 
Constructor Detail
- 
ConstraintGenerationException
public ConstraintGenerationException(java.lang.String message, ElementDefinition elementDefinition) 
 - 
 
- 
Method Detail
- 
getElementDefinition
public ElementDefinition getElementDefinition()
 
 - 
 
 -