Package fr.umlv.unitex.exceptions

Exception Summary
BackSlashAtEndOfLineException 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.
MissingGraphNameException This class defines an Exception that is thrown when the user wants to validate a box content that contains an unprotected ':' character that is not followed by a graph name.
NoClosingQuoteException This class defines an Exception that is thrown when the user wants to validate a box content that contains an unclosed string.
NoClosingRoundBracketException 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.
NoClosingSupException 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.
NotAUnicodeLittleEndianFileException This class defines an Exception that is thrown when a file is not a Unicode Little Endian one, whereas it should be.