Class MalformedFrameException

  • All Implemented Interfaces:
    Serializable

    public class MalformedFrameException
    extends FrameException
    MalformedFrameException class is used when a OpenWebNet frame is malformed (not valid according to the specs).
    Author:
    M. Valla - Initial contribution
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedFrameException

        public MalformedFrameException()
        Constructs a new MalformedFrameException without a detail message.
      • MalformedFrameException

        public MalformedFrameException​(String s)
        Constructs a new MalformedFrameException with the specified detail message.
        Parameters:
        s - the detail message
      • MalformedFrameException

        public MalformedFrameException​(String s,
                                       Throwable cause)
        Constructs a new MalformedFrameException with the specified detail message and cause.
        Parameters:
        s - the detail message
        cause - the cause in form of a throwable object, can be null