|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lmf.formula.csp.semantic.exception.CspAnalyserException
lmf.formula.csp.semantic.exception.CspTypeException
public final class CspTypeException
CspTypeException.
Constructor Summary | |
---|---|
CspTypeException(java.lang.String msg,
CspType expectedType,
Node node,
CspType foundType)
|
Method Summary | |
---|---|
CspType |
getExpectedType()
|
CspType |
getFoundType()
|
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 |
---|
public CspTypeException(java.lang.String msg, CspType expectedType, Node node, CspType foundType)
Method Detail |
---|
public CspType getExpectedType()
public CspType getFoundType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |