Class AssemblyResolvedError

  • All Implemented Interfaces:
    java.lang.Comparable<AssemblyResolution>

    public class AssemblyResolvedError
    extends AssemblyResolution
    A AssemblyResolution indicating the occurrence of a (usually semantic) error The description should indicate where the error occurred. The error message should explain the actual error. To help the user diagnose the nature of the error, errors in sub-constructors should be placed as children of an error given by the parent constructor.
    • Field Detail

      • error NEW

        protected final java.lang.String error

Method Detail