- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- swim.codec.EncoderException
-
- All Implemented Interfaces:
Serializable
public class EncoderException extends RuntimeException
Thrown when anEncoder
encodes invalid data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncoderException()
EncoderException(String message)
EncoderException(String message, Throwable cause)
EncoderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-