public class CommandException extends Exception
Constructor and Description |
---|
CommandException(String message) |
CommandException(String message,
Object[] arguments) |
CommandException(String message,
Throwable cause) |
CommandException(String message,
Throwable cause,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException(String message)
message
- the messagepublic CommandException(String message, Object[] arguments)
message
- the messagearguments
- the argumentspublic CommandException(String message, Throwable cause)
message
- the messagecause
- the causepublic String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.