public class TextMissionLoadException extends Exception
| Constructor and Description |
|---|
TextMissionLoadException()
Creates a new instance of
TextMissionException without detail message. |
TextMissionLoadException(String msg)
Constructs an instance of
TextMissionException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TextMissionLoadException()
TextMissionException without detail message.public TextMissionLoadException(String msg)
TextMissionException with the specified detail message.msg - the detail message.