Class MissingSubstitutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.clientcore.annotation.processor.exceptions.MissingSubstitutionException
All Implemented Interfaces:
Serializable

public class MissingSubstitutionException extends RuntimeException
Exception thrown when a substitution is missing from the template.
See Also:
  • Constructor Details

    • MissingSubstitutionException

      public MissingSubstitutionException(String message)
      Creates a new instance of the exception.
      Parameters:
      message - The exception message.