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
Provides a configuration exception.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Create a new configuration exception.- Parameters:
message
- the error message
-