Class ExternalMethodNotFoundWarning
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
liquidjava.diagnostics.LJDiagnostic
liquidjava.diagnostics.warnings.LJWarning
liquidjava.diagnostics.warnings.ExternalMethodNotFoundWarning
- All Implemented Interfaces:
Serializable
Warning indicating that a method referenced in an external refinement was not found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExternalMethodNotFoundWarning(spoon.reflect.cu.SourcePosition position, String message, String methodName, String className, String[] overloads) -
Method Summary
Methods inherited from class liquidjava.diagnostics.LJDiagnostic
equals, getAccentColor, getFile, getMessage, getPosition, getSnippet, getTitle, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ExternalMethodNotFoundWarning
-
-
Method Details
-
getMethodName
-
getClassName
-
getOverloads
-
getDetails
- Overrides:
getDetailsin classLJDiagnostic
-