public class ActionException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionException.ValueOutOfBoundsException
Exception thrown when the value of a variable goes outside its
defined bounds
|
static class |
ActionException.VariableNotFoundException
Exception thrown when a variable assignment refers to an undefined
variable
|
| Constructor and Description |
|---|
ActionException(java.lang.String message) |
ActionException(java.lang.Throwable t) |
Copyright © Sylvain HallĂ©. All Rights Reserved.