Package ghidra.util

Class InvalidNameException

All Implemented Interfaces:
Serializable

public class InvalidNameException extends UsrException
Exception thrown if a name has invalid characters.
See Also:
  • Constructor Details

    • InvalidNameException

      public InvalidNameException()
      Constructor.
    • InvalidNameException

      public InvalidNameException(String s)
      Constructor
      Parameters:
      s - detailed message explaining exception