public class IllegalConfigurationException extends RuntimeException
IllegalConfigurationException
is thrown when the user
has configured job vertices in a way that either conflicts
with the expected usage of the respective task of the configuration
of the Nephele framework.Constructor and Description |
---|
IllegalConfigurationException(String errorMsg)
Constructs an new illegal configuration exception with the given error message.
|
IllegalConfigurationException(String errorMsg,
Throwable cause)
Constructs an new illegal configuration exception with the given error message
and a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalConfigurationException(String errorMsg)
errorMsg
- the error message to be included in the exceptionpublic IllegalConfigurationException(String errorMsg, Throwable cause)
errorMsg
- The error message to be included in the exception.cause
- The exception that caused this exception.Copyright © 2015 The Apache Software Foundation. All rights reserved.