Package com.ibm.fhir.search.group
Class GroupSearchCompilerException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.ibm.fhir.search.group.GroupSearchCompilerException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GroupSearchCompilerException extends Exception
signals to the upstream an issue with Group Search Compilation- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GroupSearchCompilerException(String msg) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
GroupSearchCompilerException
public GroupSearchCompilerException(String msg)
 
 - 
 
 -