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.
- Author:
- Janne Valkealahti
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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 TypeMethodDescriptionvoidAdds a trace info into this exception.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods 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:
getMessagein classThrowable
-
addTrace
Adds a trace info into this exception.- Parameters:
info- the info
-