Package ghidra.program.model.data
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
An exception for when a string representation cannot be parsed.
- See Also:
-
Constructor Summary
ConstructorDescriptionStringParseException
(int pos) StringParseException
(int pos, Set<Character> expected, char got) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StringParseException
-
StringParseException
public StringParseException(int pos)
-