lmf.formula.csp.semantic.exception
Class CspBoundedNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by lmf.formula.csp.semantic.exception.CspAnalyserException
                  extended by lmf.formula.csp.semantic.exception.CspBoundedNameException
All Implemented Interfaces:
java.io.Serializable

public class CspBoundedNameException
extends CspAnalyserException

CspBoundedNameException.

Author:
Joabe Jesus (jbjj@cin.ufpe.br)
See Also:
Serialized Form

Constructor Summary
CspBoundedNameException(Node node, java.lang.String msg, java.lang.String boundedName)
           
 
Method Summary
 java.lang.String getBoundedName()
           
 
Methods inherited from class lmf.formula.csp.semantic.exception.CspAnalyserException
getLocation, getMessage, getNode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CspBoundedNameException

public CspBoundedNameException(Node node,
                               java.lang.String msg,
                               java.lang.String boundedName)
Method Detail

getBoundedName

public java.lang.String getBoundedName()