Package com.github.javaparser.resolution
Class UnsolvedSymbolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaparser.resolution.UnsolvedSymbolException
- All Implemented Interfaces:
Serializable
This exception is thrown when a symbol cannot be resolved.
- Author:
- Federico Tomassetti
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionUnsolvedSymbolException(String name)
UnsolvedSymbolException(String name, String context)
UnsolvedSymbolException(String name, String context, Throwable cause)
UnsolvedSymbolException(String name, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace