Class NullabilityUtil.CastToNonNullFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wala.util.nullability.NullabilityUtil.CastToNonNullFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NullabilityUtil
Exception thrown when a
NullabilityUtil.castToNonNull(Object)
call fails.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CastToNonNullFailedException
public CastToNonNullFailedException()
-