Class PbCodegenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.formats.protobuf.PbCodegenException
-
- All Implemented Interfaces:
Serializable
public class PbCodegenException extends Exception
Exception represents codegen error in row and proto conversion which is probably a bug.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PbCodegenException()PbCodegenException(String message)PbCodegenException(String message, Throwable cause)PbCodegenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-