Class WinmdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.codecrete.windowsapi.winmd.WinmdException
- All Implemented Interfaces:
Serializable
Exception thrown when inconsistent or invalid data is detected in a WinMD file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWinmdException(String message) Creates a new exception with the given message.WinmdException(String message, Throwable cause) Creates a new exception with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WinmdException
Creates a new exception with the given message.- Parameters:
message- the message
-
WinmdException
-