Class StateMachineException

  • All Implemented Interfaces:
    Serializable

    public class StateMachineException
    extends JsonException
    The statemachine used to parse the JSON did not finish as expected, which indicates an error in the input JSON.
    Since:
    1.0.0
    Author:
    Elias*
    See Also:
    Serialized Form
    • Constructor Detail

      • StateMachineException

        public StateMachineException()
      • StateMachineException

        public StateMachineException​(int state)
      • StateMachineException

        public StateMachineException​(String token)
      • StateMachineException

        public StateMachineException​(int state,
                                     String token)
      • StateMachineException

        public StateMachineException​(Throwable cause)
      • StateMachineException

        public StateMachineException​(int state,
                                     Throwable cause)
      • StateMachineException

        public StateMachineException​(String token,
                                     Throwable cause)
      • StateMachineException

        public StateMachineException​(int state,
                                     String token,
                                     Throwable cause)