lmf.formula.csp.semantic.exception
Class CspAnalyserException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CspBoundedNameException, CspTypeException, CspUnboundNameException

public abstract class CspAnalyserException
extends java.lang.RuntimeException

CspSemanticException.

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

Constructor Summary
CspAnalyserException(Node node, java.lang.String msg)
           
 
Method Summary
 Location getLocation()
           
 java.lang.String getMessage()
           
 Node 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

CspAnalyserException

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

getLocation

public Location getLocation()

getNode

public Node getNode()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable