Class SuperfluousArgsException

All Implemented Interfaces:
Serializable, ArgsAccessor, MatchCountAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.SourceAccessor<Term>

public class SuperfluousArgsException extends ArgsSyntaxException
Thrown in case there were arguments found not being used (superfluous arguments).
See Also:
  • Constructor Details

    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Term aSource)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Term aSource, String aErrorCode)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Term aSource, Throwable aCause)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Term aSource, Throwable aCause, String aErrorCode)
    • SuperfluousArgsException

      public SuperfluousArgsException(String[] aArgs, Term aSource, Throwable aCause)
    • SuperfluousArgsException

      public SuperfluousArgsException(String[] aArgs, Term aSource, Throwable aCause, String aErrorCode)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, String aErrorCode)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Throwable aCause)
    • SuperfluousArgsException

      public SuperfluousArgsException(String aMessage, String[] aArgs, Throwable aCause, String aErrorCode)
    • SuperfluousArgsException

      public SuperfluousArgsException(String[] aArgs, Throwable aCause)
    • SuperfluousArgsException

      public SuperfluousArgsException(String[] aArgs, Throwable aCause, String aErrorCode)