de.uni_tuebingen.sfb.lichtenstein.exceptions
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.uni_tuebingen.sfb.lichtenstein.exceptions.FormatException
All Implemented Interfaces:
Serializable

public class FormatException
extends Exception

An exception indicating the format of a NEGRA corpus could not be determined.

Author:
Hendrik Maryns
See Also:
Serialized Form

Constructor Summary
FormatException(String message)
          Create a new FormatException with the given message.
 
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

FormatException

public FormatException(String message)
Create a new FormatException with the given message.

Parameters:
message - The error message.


© Copyright 2008 Hendrik Maryns   Creative Commons License