Class SomException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.som.SomException
All Implemented Interfaces:
Serializable

public class SomException NEW extends Exception
An exception class to handle encountering invalid SOM headers
See Also:
  • Constructor Details

    • SomException

      public SomException(String message)
      Constructs a new exception with the specified detail message
      Parameters:
      message - the detail message
    • SomException

      public SomException(Exception cause)
      Constructs a new exception with the specified cause and a detail message
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method (a null value is permitted, and indicates that the cause is nonexistent or unknown).