Class AssemblySemanticException

All Implemented Interfaces:
Serializable

public class AssemblySemanticException extends AssemblyException
Thrown when all resolutions of an assembly instruction result in semantic errors.

For SLEIGH, semantic errors amount to incompatible contexts

See Also:
  • Field Details

  • Constructor Details

    • AssemblySemanticException

      public AssemblySemanticException(String message)
    • AssemblySemanticException

      public AssemblySemanticException(Set<AssemblyResolvedError> errors)
      Construct a semantic exception with the associated semantic errors
      Parameters:
      errors - the associated semantic errors
  • Method Details