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 RuleErrorMessagefrom(SourceLocation loc, String format, Object... args)SourceLocationlocation()Stringmessage()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
location
public SourceLocation location()
 
- 
message
public String message()
 
- 
from
public static RuleErrorMessage from(SourceLocation loc, String format, Object... args)
 
 - 
 
 -