public class MalformedConfigurationException extends StateMachineException
Constructor and Description |
---|
MalformedConfigurationException(java.io.IOException e)
Instantiates a new malformed configuration exception.
|
MalformedConfigurationException(java.lang.String message)
Instantiates a new malformed configuration exception.
|
MalformedConfigurationException(java.lang.String message,
java.lang.Exception e)
Instantiates a new malformed configuration exception.
|
MalformedConfigurationException(java.lang.String message,
java.lang.String... infos)
Instantiates a new malformed configuration exception.
|
MalformedConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new malformed configuration exception.
|
Modifier and Type | Method and Description |
---|---|
void |
addTrace(java.lang.String info)
Adds a trace info into this exception.
|
java.lang.String |
getMessage() |
contains, getMostSpecificCause, getRootCause
public MalformedConfigurationException(java.io.IOException e)
e
- the epublic MalformedConfigurationException(java.lang.String message, java.lang.Exception e)
message
- the messagee
- the epublic MalformedConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic MalformedConfigurationException(java.lang.String message)
message
- the messagepublic MalformedConfigurationException(java.lang.String message, java.lang.String... infos)
message
- the messageinfos
- the infos