java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.civl.mc.model.IF.CIVLException
dev.civl.mc.model.IF.CIVLSyntaxException
- All Implemented Interfaces:
Serializable
An exception thrown when there is syntax error in the program being verified,
e.g., calling $choose_int with more than one arguments, etc.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.civl.mc.model.IF.CIVLException
CIVLException.Certainty -
Field Summary
Fields inherited from class dev.civl.mc.model.IF.CIVLException
source -
Constructor Summary
ConstructorsConstructorDescriptionCIVLSyntaxException(String message) CIVLSyntaxException(String message, dev.civl.abc.token.IF.Source source) CIVLSyntaxException(String message, CIVLSource source) CIVLSyntaxException(String message, Sourceable sourceable) -
Method Summary
Methods inherited from class dev.civl.mc.model.IF.CIVLException
getSource, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CIVLSyntaxException
-
CIVLSyntaxException
-
CIVLSyntaxException
-
CIVLSyntaxException
-