Package org.hl7.fhir.utilities.graphql
Class EGraphQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hl7.fhir.utilities.graphql.EGraphQLException
-
- All Implemented Interfaces:
Serializable
public class EGraphQLException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EGraphQLException(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
-
EGraphQLException
public EGraphQLException(String msg)
-
-