Package com.avoka.fc.core.test.func
Class AppPkgTestRunner.ConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.avoka.fc.core.test.func.AppPkgTestRunner.ConfigException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AppPkgTestRunner
public class AppPkgTestRunner.ConfigException extends RuntimeException
Provides a configuration exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(String message)
Create a new configuration exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigException
public ConfigException(String message)
Create a new configuration exception.- Parameters:
message
- the error message
-
-