Package org.wikidata.wdtk.dumpfiles
Class MwDumpFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wikidata.wdtk.dumpfiles.MwDumpFormatException
- All Implemented Interfaces:
Serializable
Exception class to report errors in the format of a MediaWiki dump file.
- Author:
- Markus Kroetzsch
- See Also:
-
Constructor Summary
ConstructorDescriptionMwDumpFormatException
(String message) Constructs a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MwDumpFormatException
Constructs a new exception with the given message.- Parameters:
message
- the message string
-