Class 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 Detail

      • PbCodegenException

        public PbCodegenException()
      • PbCodegenException

        public PbCodegenException​(String message)
      • PbCodegenException

        public PbCodegenException​(String message,
                                  Throwable cause)
      • PbCodegenException

        public PbCodegenException​(Throwable cause)