public class CommandLineConfigurationException
extends java.lang.Exception
| Constructor and Description |
|---|
CommandLineConfigurationException(java.lang.String message)
Creates a new exception using the specified detail message.
|
CommandLineConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.
|
public CommandLineConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public CommandLineConfigurationException(java.lang.String message)
message - The detail message for this exception, may be null.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.