Class ArgumentMismatchError

All Implemented Interfaces:
Serializable

public class ArgumentMismatchError extends LJError
Error indicating that the arguments provided to a function or method do not match the expected parameters either in number or type of arguments
See Also:
  • Constructor Details

    • ArgumentMismatchError

      public ArgumentMismatchError(String message)
    • ArgumentMismatchError

      public ArgumentMismatchError(String message, spoon.reflect.cu.SourcePosition position, TranslationTable translationTable)