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:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsolvedSymbolException(String name, String context) UnsolvedSymbolException(String name, String context, Throwable cause) UnsolvedSymbolException(String name, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnsolvedSymbolException
-
UnsolvedSymbolException
-
UnsolvedSymbolException
-
UnsolvedSymbolException
-
-
Method Details
-
getName
-
toString
-