mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
17 lines
649 B
Java
Generated
17 lines
649 B
Java
Generated
// Generated automatically from com.google.protobuf.UninitializedMessageException for testing purposes
|
|
|
|
package com.google.protobuf;
|
|
|
|
import com.google.protobuf.InvalidProtocolBufferException;
|
|
import com.google.protobuf.MessageLite;
|
|
import java.util.List;
|
|
|
|
public class UninitializedMessageException extends RuntimeException
|
|
{
|
|
protected UninitializedMessageException() {}
|
|
public InvalidProtocolBufferException asInvalidProtocolBufferException(){ return null; }
|
|
public List<String> getMissingFields(){ return null; }
|
|
public UninitializedMessageException(List<String> p0){}
|
|
public UninitializedMessageException(MessageLite p0){}
|
|
}
|