Package it.unimi.dsi.law.warc.io
Class WarcRecord.FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimi.dsi.law.warc.io.WarcRecord.FormatException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WarcRecord
public static class WarcRecord.FormatException extends Exception
An exception to denote parsing errors during reads.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FormatException(String s)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatException
-