fr.umlv.unitex.exceptions
Class NoClosingQuoteException

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

public class NoClosingQuoteException
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 string.

Author:
Sébastien Paumier
See Also:
Serialized Form

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

NoClosingQuoteException

public NoClosingQuoteException()