Serializablepublic class CommandLineConfigurationException extends Exception
| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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–2019 The Apache Software Foundation. All rights reserved.