Class VariableEncodingException

All Implemented Interfaces:
Serializable

public class VariableEncodingException extends FrameworkException
Thrown when a variable could not be encoded or decoded.
See Also:
  • Constructor Details

    • VariableEncodingException

      public VariableEncodingException(String message)
      Creates an exception indicating an issue encoding or decoding a variable.
      Parameters:
      message - the error message
    • VariableEncodingException

      public VariableEncodingException(String message, Throwable cause)
      Creates an exception indicating an issue encoding or decoding a variable.
      Parameters:
      message - the error message
      cause - the underlying cause