JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

org.jboss.logging.processor.validation
Interface ValidationMessage


public interface ValidationMessage

Date: 12.08.2011

Author:
James R. Perkins

Nested Class Summary
static class ValidationMessage.Type
          Validation message type enum.
 
Method Summary
 String getMessage()
          Returns the error message.
 MessageObject getMessageObject()
          Returns the message object that caused the error.
 ValidationMessage.Type type()
          The type of the message.
 

Method Detail

type

ValidationMessage.Type type()
The type of the message.

Returns:
the type of the message.

getMessageObject

MessageObject getMessageObject()
Returns the message object that caused the error.

Returns:
the message object that caused the error.

getMessage

String getMessage()
Returns the error message.

Returns:
the error message.

JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.