public class CommandException extends Exception
Command
upon implementation-defined
failure conditions.Constructor and Description |
---|
CommandException(LocalizedString message) |
CommandException(LocalizedString message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getTranslatedMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException(LocalizedString message)
public CommandException(LocalizedString message, Throwable cause)
public LocalizedString getTranslatedMessage()
Copyright © 2018. All rights reserved.