fr.umlv.unitex.exceptions
Class MissingGraphNameException

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

public class MissingGraphNameException
extends java.lang.Exception

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.

Author:
Sébastien Paumier
See Also:
Serialized Form

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

MissingGraphNameException

public MissingGraphNameException()