jml2b.exceptions
Class WrongLabelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjml2b.exceptions.WrongLabelException
All Implemented Interfaces:
java.io.Serializable

public class WrongLabelException
extends java.lang.Exception

This class defines an exception that is thrown when a wrong label configuration is met, that is when after restricting possible lemma to labels, no lemmas remain.

Author:
L. Burdy
See Also:
Serialized Form

Constructor Summary
WrongLabelException()
           
 
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

WrongLabelException

public WrongLabelException()