de.tuebingen.uni.sfs.dspin.tcf.data
Class TextCorpusFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tuebingen.uni.sfs.dspin.tcf.data.TextCorpusFormatException
All Implemented Interfaces:
java.io.Serializable

public class TextCorpusFormatException
extends java.lang.Exception

An Exception to be thrown by TextCorpusFormat

Author:
akislev
See Also:
Serialized Form

Constructor Summary
TextCorpusFormatException(java.lang.String msg)
          Create from a string message
TextCorpusFormatException(java.lang.String msg, java.lang.Throwable ex)
          create from a message and an exception
TextCorpusFormatException(java.lang.Throwable ex)
          create from an 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextCorpusFormatException

public TextCorpusFormatException(java.lang.String msg)
Create from a string message

Parameters:
msg - a string message

TextCorpusFormatException

public TextCorpusFormatException(java.lang.Throwable ex)
create from an exception

Parameters:
ex - an exception

TextCorpusFormatException

public TextCorpusFormatException(java.lang.String msg,
                                 java.lang.Throwable ex)
create from a message and an exception

Parameters:
msg - a message
ex - an exception