org.jboss.weld.exceptions
Interface WeldExceptionMessage

All Known Implementing Classes:
WeldExceptionKeyMessage, WeldExceptionListMessage, WeldExceptionStringMessage

public interface WeldExceptionMessage

Interface for all exception messages in Weld. This replaces the simple String used by default in JVM exceptions and allows more complex forms of messages.

Author:
David Allen

Method Summary
 String getAsString()
          Generates the localized message for the exception.
 

Method Detail

getAsString

String getAsString()
Generates the localized message for the exception.

Returns:
exception message as a string


Copyright © 2013 Seam Framework. All Rights Reserved.