org.raml.parser.rule
Class ValidationMessage

java.lang.Object
  extended by org.raml.parser.rule.ValidationMessage

public final class ValidationMessage
extends Object


Field Summary
static String NON_SCALAR_KEY_MESSAGE
           
 
Method Summary
static String getDuplicateRuleMessage(String ruleName)
           
static String getMissingRuleMessage(String ruleName)
           
static String getRuleEmptyMessage(String ruleName)
           
static String getRuleTypeMisMatch(String name, String fieldType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NON_SCALAR_KEY_MESSAGE

public static final String NON_SCALAR_KEY_MESSAGE
See Also:
Constant Field Values
Method Detail

getRuleEmptyMessage

public static String getRuleEmptyMessage(String ruleName)

getDuplicateRuleMessage

public static String getDuplicateRuleMessage(String ruleName)

getRuleTypeMisMatch

public static String getRuleTypeMisMatch(String name,
                                         String fieldType)

getMissingRuleMessage

public static String getMissingRuleMessage(String ruleName)


Copyright © 2013. All rights reserved.