ch.elca.el4j.services.i18n
Class MessageRewriter.NoDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.context.NoSuchMessageException
                  extended by ch.elca.el4j.services.i18n.MessageRewriter.NoDefinitionException
All Implemented Interfaces:
Serializable
Enclosing class:
MessageRewriter

public static class MessageRewriter.NoDefinitionException
extends NoSuchMessageException

thrown to indicate that there is no matching rule for the requested key.

See Also:
Serialized Form

Constructor Summary
MessageRewriter.NoDefinitionException(String key)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageRewriter.NoDefinitionException

public MessageRewriter.NoDefinitionException(String key)
Method Detail

toString

public String toString()

Overrides:
toString in class Throwable


Copyright © 2005-2011 ELCA. All Rights Reserved.