Class ReferenceIntoTemplateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcscert.jpipe.commands.linking.ReferenceIntoTemplateException
All Implemented Interfaces:
Serializable

public final class ReferenceIntoTemplateException extends RuntimeException
Raised when a model implementing a template references a template-internal element (a strategy or conclusion) instead of only overriding the template's @support placeholders. Carries a ready-to-report message; the compiler layer maps it to a located diagnostic.
See Also:
  • Constructor Details

    • ReferenceIntoTemplateException

      public ReferenceIntoTemplateException(String referencedId, String container)