fr.umlv.unitex.exceptions
Class NoClosingSupException

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

public class NoClosingSupException
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 pattern opened with the '<' character.

Author:
Sébastien Paumier
See Also:
Serialized Form

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

NoClosingSupException

public NoClosingSupException()