Package eu.clarin.weblicht.wlfxb.io
Class WLFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- eu.clarin.weblicht.wlfxb.io.WLFormatException
-
- All Implemented Interfaces:
Serializable
public class WLFormatException extends IOException
Indicates an exceptional condition that occurred due to errors or inconsistencies in TCF orWLData.- Author:
- Yana Panchenko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WLFormatException(String msg)Creates an exception with the given message.WLFormatException(String msg, Throwable ex)Creates an exception with the given message from the given exception.WLFormatException(Throwable ex)Creates an exception from the given exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-