fr.umlv.unitex.exceptions
Class NoClosingRoundBracketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.umlv.unitex.exceptions.NoClosingRoundBracketException
All Implemented Interfaces:
java.io.Serializable

public class NoClosingRoundBracketException
extends java.lang.Exception

This class defines an Exception that is thrown when the user wants to validate a box content that contains an unclosed lexical tag opened with the '{' character.

Author:
Sébastien Paumier
See Also:
Serialized Form

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

NoClosingRoundBracketException

public NoClosingRoundBracketException()