Module swim.codec
Package swim.codec

Class WriterException

All Implemented Interfaces:
Serializable

public class WriterException extends RuntimeException
Thrown when a Writer attempts to write invalid syntax.
See Also:
  • Constructor Details

    • WriterException

      public WriterException(String message, Throwable cause)
    • WriterException

      public WriterException(String message)
    • WriterException

      public WriterException(Throwable cause)
    • WriterException

      public WriterException()