public class LucidRuntimeException extends RuntimeException
So LucidRuntimeException is a LucidException in all but inheritance - LucidException inherits from Exception and so is checked, where EventEception inherits from RuntimeException and so is not checked. In general you would create a subclass of LucidException before you used it, however EventExceptions would be used directly.
The GNU Lesser General Public License for details.
,
LucidException
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serialization ID
|
Constructor and Description |
---|
LucidRuntimeException(String msg)
All LucidRuntimeException are constructed with references to resources in
an i18n properties file.
|
LucidRuntimeException(String msg,
Throwable cause)
All LucidRuntimeException are constructed with references to resources in
an i18n properties file.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public LucidRuntimeException(String msg)
msg
- The resource id to read