mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
15 lines
534 B
Java
Generated
15 lines
534 B
Java
Generated
// Generated automatically from com.google.protobuf.InvalidProtocolBufferException for testing purposes
|
|
|
|
package com.google.protobuf;
|
|
|
|
import com.google.protobuf.MessageLite;
|
|
import java.io.IOException;
|
|
|
|
public class InvalidProtocolBufferException extends IOException
|
|
{
|
|
protected InvalidProtocolBufferException() {}
|
|
public InvalidProtocolBufferException setUnfinishedMessage(MessageLite p0){ return null; }
|
|
public InvalidProtocolBufferException(String p0){}
|
|
public MessageLite getUnfinishedMessage(){ return null; }
|
|
}
|