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 
      ChangeModifier 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

  • Method Detail

    • getErrors

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