Class AssemblySyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AssemblySyntaxException
    extends AssemblyException
    Thrown when all parses of an assembly instruction result in syntax errors.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<AssemblyParseResult> getErrors()
      Get the collection of associated syntax errors
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AssemblySyntaxException

        public AssemblySyntaxException​(java.lang.String message)
      • AssemblySyntaxException

        public AssemblySyntaxException​(java.util.Set<AssemblyParseResult> errors)
        Construct a syntax exception with the associated syntax errors
        Parameters:
        errors - the associated syntax errors
    • Method Detail

      • getErrors

        public java.util.Collection<AssemblyParseResult> getErrors()
        Get the collection of associated syntax errors
        Returns:
        the collection