eu.clarin.weblicht.wlfxb.io
Class WLFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.clarin.weblicht.wlfxb.io.WLFormatException
All Implemented Interfaces:
Serializable

public class WLFormatException
extends Exception

Indicates an exceptional condition that occurred due to errors or inconsistencies in TCF or WLData.

Author:
Yana Panchenko
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WLFormatException

public WLFormatException(String msg)
Creates an exception with the given message.

Parameters:
msg - a string message.

WLFormatException

public WLFormatException(Throwable ex)
Creates an exception from the given exception.

Parameters:
ex - an exception.

WLFormatException

public WLFormatException(String msg,
                         Throwable ex)
Creates an exception with the given message from the given exception.

Parameters:
msg - a message.
ex - an exception.


Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.