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

public class MalformedConfigurationException extends StateMachineException
Generic exception indicating ill-formed state machine configuration.
See Also:
  • Constructor Details

    • MalformedConfigurationException

      public MalformedConfigurationException(IOException e)
      Instantiates a new malformed configuration exception.
      Parameters:
      e - the e
    • MalformedConfigurationException

      public MalformedConfigurationException(String message, Exception e)
      Instantiates a new malformed configuration exception.
      Parameters:
      message - the message
      e - the e
    • MalformedConfigurationException

      public MalformedConfigurationException(String message, Throwable cause)
      Instantiates a new malformed configuration exception.
      Parameters:
      message - the message
      cause - the cause
    • MalformedConfigurationException

      public MalformedConfigurationException(String message)
      Instantiates a new malformed configuration exception.
      Parameters:
      message - the message
    • MalformedConfigurationException

      public MalformedConfigurationException(String message, String... infos)
      Instantiates a new malformed configuration exception.
      Parameters:
      message - the message
      infos - the infos
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • addTrace

      public void addTrace(String info)
      Adds a trace info into this exception.
      Parameters:
      info - the info