public class StoryFailException extends RuntimeException
| Constructor and Description |
|---|
StoryFailException(Story story,
int precentCompleted,
String message,
Throwable cause) |
StoryFailException(Story story,
String message) |
StoryFailException(Story story,
String message,
Throwable cause) |
StoryFailException(Story story,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecentCompleted() |
Story |
getStory() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.