public class GFLauncherException extends Exception
Constructor and Description |
---|
GFLauncherException(String msg) |
GFLauncherException(String msg,
Object... objs) |
GFLauncherException(String msg,
Throwable t) |
GFLauncherException(String msg,
Throwable t,
Object... objs) |
GFLauncherException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GFLauncherException(String msg)
msg
- The message is either pointing at a I18N key in the resource
bundle or will be treated as a plain string.public GFLauncherException(String msg, Object... objs)
msg
- The message is either pointing at a I18N key in the resource
bundle or will be treated as a plain string that will get formatted with
objs.objs
- Objects used for formatting the message.public GFLauncherException(String msg, Throwable t)
msg
- The message is either pointing at a I18N key in the resource
bundle or will be treated as a plain string.t
- The causing Throwable.public GFLauncherException(String msg, Throwable t, Object... objs)
msg
- The message is either pointing at a I18N key in the resource
bundle or will be treated as a plain string that will get formatted with
objs.t
- The causing Throwable.objs
- Objects used for formatting the message.public GFLauncherException(Throwable t)
t
- The causing Throwable.Copyright © 2019. All rights reserved.