|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kieker.tools.bridge.cli.CLIConfigurationErrorException
public class CLIConfigurationErrorException
This exception is used to encapsulate exceptions which occur during configuration in the CLI-server.
Constructor Summary | |
---|---|
CLIConfigurationErrorException(java.lang.String message)
Create an exception without an exception trail. |
|
CLIConfigurationErrorException(java.lang.String message,
java.lang.Exception exception)
Create an exception with an exception trail. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CLIConfigurationErrorException(java.lang.String message)
message
- The message to explain the exceptionpublic CLIConfigurationErrorException(java.lang.String message, java.lang.Exception exception)
message
- The message to explain the exceptionexception
- The exception which caused this exception
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |