org.jboss.logging.processor.validation
Class ValidationMessageFactory
java.lang.Object
org.jboss.logging.processor.validation.ValidationMessageFactory
public final class ValidationMessageFactory
- extends Object
Date: 12.08.2011
- Author:
- James R. Perkins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createError
public static ValidationMessage createError(MessageObject messageObject,
String message)
createError
public static ValidationMessage createError(MessageObject messageObject,
String format,
Object... args)
createWarning
public static ValidationMessage createWarning(MessageObject messageObject,
String message)
createWarning
public static ValidationMessage createWarning(MessageObject messageObject,
String format,
Object... args)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.