Module swim.codec
Package swim.codec

Class InputException

All Implemented Interfaces:
Serializable

public class InputException extends RuntimeException
Thrown when reading invalid Input.
See Also:
  • Constructor Details

    • InputException

      public InputException(String message, Throwable cause)
    • InputException

      public InputException(String message)
    • InputException

      public InputException(Throwable cause)
    • InputException

      public InputException()