de.bripkens.i18n.builder
Class I18nBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.bripkens.i18n.I18nException
                  extended by de.bripkens.i18n.builder.I18nBuilderException
All Implemented Interfaces:
java.io.Serializable

public class I18nBuilderException
extends de.bripkens.i18n.I18nException

See Also:
Serialized Form

Constructor Summary
I18nBuilderException(java.lang.String message)
           
I18nBuilderException(java.lang.String message, java.lang.Throwable cause)
           
I18nBuilderException(java.lang.Throwable cause)
           
 
Method Summary
 
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

I18nBuilderException

public I18nBuilderException(java.lang.String message)

I18nBuilderException

public I18nBuilderException(java.lang.String message,
                            java.lang.Throwable cause)

I18nBuilderException

public I18nBuilderException(java.lang.Throwable cause)