public class CommandLineConfigurationException extends Exception
| Constructor and Description |
|---|
CommandLineConfigurationException(String message)
Creates a new exception using the specified detail message.
|
CommandLineConfigurationException(String message,
Throwable cause)
Creates a new exception using the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandLineConfigurationException(String message, Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public CommandLineConfigurationException(String message)
message - The detail message for this exception, may be null.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.