Class PProblem
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.matchers.psystem.queries.PProblem
-
public class PProblem extends java.lang.Object
Represents an error that was detected while thePQuery
object was built from a source.
-
-
Constructor Summary
Constructors Constructor Description PProblem(java.lang.Exception exception, java.lang.String shortMessage)
PProblem(java.lang.Exception exception, java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)
PProblem(java.lang.String shortMessage)
PProblem(java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)
PProblem(QueryProcessingException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getException()
java.lang.String
getLocation()
java.lang.String
getShortMessage()
-
-
-
Constructor Detail
-
PProblem
public PProblem(java.lang.String shortMessage)
-
PProblem
public PProblem(java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)
- Since:
- 2.0
-
PProblem
public PProblem(QueryProcessingException exception)
-
PProblem
public PProblem(java.lang.Exception exception, java.lang.String shortMessage)
-
PProblem
public PProblem(java.lang.Exception exception, java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)
- Since:
- 2.0
-
-