Class BootstrapInfoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.app.util.bin.format.golang.BootstrapInfoException
All Implemented Interfaces:
Serializable

public class BootstrapInfoException extends IOException
See Also:
  • Constructor Details

    • BootstrapInfoException

      public BootstrapInfoException()
    • BootstrapInfoException

      public BootstrapInfoException(String message)
    • BootstrapInfoException

      public BootstrapInfoException(Throwable cause)
    • BootstrapInfoException

      public BootstrapInfoException(String message, Throwable cause)