| Package | Description |
|---|---|
| org.squirrelframework.foundation.exception |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCodes |
ErrorCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodes[] |
ErrorCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SquirrelRuntimeException(ErrorCodes errorCode) |
SquirrelRuntimeException(ErrorCodes errorCode,
Object... parameters) |
SquirrelRuntimeException(Throwable targetException,
ErrorCodes errorCode) |
SquirrelRuntimeException(Throwable targetException,
ErrorCodes errorCode,
Object... parameters) |
TransitionException(Throwable targetException,
ErrorCodes errorCode,
Object[] parameters) |
Copyright © 2013–2016. All rights reserved.