Package com.uppaal.engine
Class CannotEvaluateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.uppaal.engine.CannotEvaluateException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotEvaluateException extends java.lang.ExceptionThe exception class for 'transition'- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intendColumnintendLinejava.lang.StringerrorContextjava.lang.StringerrorPathintstartColumnintstartLine
-
Constructor Summary
Constructors Constructor Description CannotEvaluateException(int startLine, int endLine, java.lang.String errorContext, java.lang.String errorMessage, java.lang.String errorPath, int startColumn, int endColumn)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
CannotEvaluateException
public CannotEvaluateException(int startLine, int endLine, java.lang.String errorContext, java.lang.String errorMessage, java.lang.String errorPath, int startColumn, int endColumn)Constructor- Parameters:
startLine- - The start line of the errorendLine- - The end line of the errorerrorContext- - The error contenterrorMessage- - The error messageerrorPath- - The path of the errorstartColumn- - The start column of the errorendColumn- - The end column of the error
-
-