| Exception | Description |
|---|---|
| ArrayIndexOutOfBounds |
Exception thrown when the index to access an array is known to be out of bound for the array.
|
| ArrayStoreTypeException | |
| EmptyCodeAttributeException | |
| ExcessiveComplexityException |
Represents an exception during partial evaluation when a single instruction would be visited more than
PartialEvaluator.stopAnalysisAfterNEvaluations(int) times. |
| IncompleteClassHierarchyException |
Represents an exception during partial evaluation when an incomplete class
hierarchy was encountered.
|
| StackCategoryOneException |
Exception thrown when a type on the stack does not match the category one expected type.
|
| StackGeneralizationException | |
| StackTypeException |
Exception thrown when a type on the stack does not match the expected type.
|
| ValueTypeException | |
| VariableEmptySlotException |
Exception thrown when a variable slot contains an empty value, but should not.
|
| VariableEvaluationException |
Partial evaluator exception regarding Variables.
|
| VariableIndexOutOfBoundException |
Exception thrown when the variable index is out of bound of the current Variable count.
|
| VariablesGeneralizationException | |
| VariableTypeException |
Exception thrown when the type in a variable does not match the expected type.
|