Class WinmdException

All Implemented Interfaces:
Serializable

public class WinmdException extends RuntimeException
Exception thrown when inconsistent or invalid data is detected in a WinMD file.
See Also:
  • Constructor Details

    • WinmdException

      public WinmdException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the message
    • WinmdException

      public WinmdException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - the message
      cause - the original cause