Package com.ibm.wala.util.ssa
Class ClassLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.wala.util.ssa.ClassLookupException
-
- All Implemented Interfaces:
Serializable
public class ClassLookupException extends RuntimeException
Class is not in scope. A ClassLookupException will be thrown when the IClass to a TypeReferece cannot be resolved using the ClassHierarchy. In typical cases this should not be propergated out from the utility classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassLookupException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClassLookupException
public ClassLookupException(String message)
-
-