RichFaces Core API 4.3.0.CR1

org.richfaces.l10n
Class InterpolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.richfaces.l10n.InterpolationException
All Implemented Interfaces:
Serializable

public class InterpolationException
extends Exception

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
InterpolationException()
           
InterpolationException(String message)
           
InterpolationException(String message, Throwable cause)
           
InterpolationException(Throwable cause)
           
 
Method Summary
 String getMessageKey()
           
 InterpolationException initMessageKey(String messageKey)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpolationException

public InterpolationException()

InterpolationException

public InterpolationException(String message,
                              Throwable cause)
Parameters:
message -
cause -

InterpolationException

public InterpolationException(String message)
Parameters:
message -

InterpolationException

public InterpolationException(Throwable cause)
Parameters:
cause -
Method Detail

initMessageKey

public InterpolationException initMessageKey(String messageKey)

getMessageKey

public String getMessageKey()

RichFaces Core API 4.3.0.CR1

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