Class StringRenderParser.StringParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.data.StringRenderParser.StringParseException
All Implemented Interfaces:
Serializable
Enclosing class:
StringRenderParser

public static class StringRenderParser.StringParseException extends UsrException
An exception for when a string representation cannot be parsed.
See Also:
  • Constructor Details

    • StringParseException

      public StringParseException(int pos, Set<Character> expected, char got)
    • StringParseException

      public StringParseException(int pos)