Class MissingSubstitutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.clientcore.annotation.processor.exceptions.MissingSubstitutionException
- All Implemented Interfaces:
Serializable
Exception thrown when a substitution is missing from the template.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingSubstitutionException(String message) Creates a new instance of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingSubstitutionException
Creates a new instance of the exception.- Parameters:
message- The exception message.
-