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