Class ArgumentMismatchError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
liquidjava.diagnostics.LJDiagnostic
liquidjava.diagnostics.errors.LJError
liquidjava.diagnostics.errors.ArgumentMismatchError
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionArgumentMismatchError(String message) ArgumentMismatchError(String message, spoon.reflect.cu.SourcePosition position, TranslationTable translationTable) -
Method Summary
Methods inherited from class LJError
getTranslationTableMethods inherited from class LJDiagnostic
equals, getAccentColor, getDetails, getFile, getMessage, getPosition, getSnippet, getTitle, hashCode, setPosition, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ArgumentMismatchError
-
ArgumentMismatchError
public ArgumentMismatchError(String message, spoon.reflect.cu.SourcePosition position, TranslationTable translationTable)
-