com.uppaal.engine
Class Problem
java.lang.Object
com.uppaal.engine.Problem
public class Problem
- extends Object
A representation of a syntax error or warning.
Problem
public Problem(String type,
String path,
int fline,
int fcolumn,
int lline,
int lcolumn,
String msg)
getType
public String getType()
getMessage
public String getMessage()
getPath
public String getPath()
getFirstLine
public int getFirstLine()
getFirstColumn
public int getFirstColumn()
getLastLine
public int getLastLine()
getLastColumn
public int getLastColumn()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.