lmf.formula.csp.semantic.exception
Class CspUnboundNameException

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.CspUnboundNameException
All Implemented Interfaces:
java.io.Serializable

public class CspUnboundNameException
extends CspAnalyserException

CspUnboundNameException.

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

Constructor Summary
CspUnboundNameException(Node node, java.lang.String msg, java.lang.String unboundName)
           
 
Method Summary
 java.lang.String getUnboundName()
           
 
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

CspUnboundNameException

public CspUnboundNameException(Node node,
                               java.lang.String msg,
                               java.lang.String unboundName)
Method Detail

getUnboundName

public java.lang.String getUnboundName()