Class NoDescriptorFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jiangxin.apktoolbox.convert.protobuf.supervised.NoDescriptorFoundException
All Implemented Interfaces:
Serializable

public final class NoDescriptorFoundException extends RuntimeException
Thrown when no suitable protobuf descriptor could be found in the DescriptorCache in order to decode the given binary protobuf message.
Author:
Daniel Tischner <zabuza.dev@gmail.com>
See Also:
  • Constructor Details

    • NoDescriptorFoundException

      public NoDescriptorFoundException()
      Creates an instance with a default message.
    • NoDescriptorFoundException

      public NoDescriptorFoundException(String messageTypeName)
      Creates an instance with given error details.
      Parameters:
      messageTypeName - The name of the message type of the binary protobuf message that could not be decoded, can be null