Class MalformedConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.statemachine.StateMachineException
org.springframework.statemachine.config.model.MalformedConfigurationException
- All Implemented Interfaces:
Serializable
Generic exception indicating ill-formed state machine configuration.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new malformed configuration exception.MalformedConfigurationException
(String message) Instantiates a new malformed configuration exception.MalformedConfigurationException
(String message, Exception e) Instantiates a new malformed configuration exception.MalformedConfigurationException
(String message, String... infos) Instantiates a new malformed configuration exception.MalformedConfigurationException
(String message, Throwable cause) Instantiates a new malformed configuration exception. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a trace info into this exception.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedConfigurationException
Instantiates a new malformed configuration exception.- Parameters:
e
- the e
-
MalformedConfigurationException
Instantiates a new malformed configuration exception.- Parameters:
message
- the messagee
- the e
-
MalformedConfigurationException
Instantiates a new malformed configuration exception.- Parameters:
message
- the messagecause
- the cause
-
MalformedConfigurationException
Instantiates a new malformed configuration exception.- Parameters:
message
- the message
-
MalformedConfigurationException
Instantiates a new malformed configuration exception.- Parameters:
message
- the messageinfos
- the infos
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classorg.springframework.core.NestedRuntimeException
-
addTrace
Adds a trace info into this exception.- Parameters:
info
- the info
-