public class FSMBuilderException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
FSMBuilderException.ErrorCode
There are many different issues that can occur when building the state machine
and instead of having individual exceptions for everything, we have these error
codes.
|
| Constructor and Description |
|---|
FSMBuilderException() |
FSMBuilderException(FSMBuilderException.ErrorCode error,
Object... args) |
FSMBuilderException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FSMBuilderException.ErrorCode> |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FSMBuilderException()
public FSMBuilderException(String msg)
public FSMBuilderException(FSMBuilderException.ErrorCode error, Object... args)
public Optional<FSMBuilderException.ErrorCode> getErrorCode()
Copyright © 2019. All rights reserved.