Package org.apache.beam.sdk.coders
Class CoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.beam.sdk.coders.CoderException
- All Implemented Interfaces:
 Serializable
An 
Exception thrown if there is a problem encoding or decoding a value.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCoderException(String message) CoderException(String message, Throwable cause) CoderException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CoderException
 - 
CoderException
 - 
CoderException
 
 -