Package com.evolveum.axiom.lang.impl
Class RuleErrorMessage
- java.lang.Object
-
- com.evolveum.axiom.lang.impl.RuleErrorMessage
-
public class RuleErrorMessage extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleErrorMessage
from(SourceLocation loc, String format, Object... args)
SourceLocation
location()
String
message()
String
toString()
-
-
-
Method Detail
-
location
public SourceLocation location()
-
message
public String message()
-
from
public static RuleErrorMessage from(SourceLocation loc, String format, Object... args)
-
-