Package com.ibm.wala.demandpa.alg
Class BudgetExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.wala.demandpa.alg.BudgetExceededException
-
- All Implemented Interfaces:
Serializable
public class BudgetExceededException extends RuntimeException
Exception thrown when a demand-driven points-to query exceeds its allocated budget.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BudgetExceededException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-