fr.umlv.unitex.exceptions
Class BackSlashAtEndOfLineException

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

public class BackSlashAtEndOfLineException
extends java.lang.Exception

This class defines an Exception that is thrown when the user wants to validate a box content with a backslash at the end of the line.

Author:
Sébastien Paumier
See Also:
Serialized Form

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

BackSlashAtEndOfLineException

public BackSlashAtEndOfLineException()