com.bowstreet.methods
Class FieldFormatterTranslationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bowstreet.util.WrappedException
                  extended by com.bowstreet.webapp.engine.WebAppRuntimeException
                      extended by com.bowstreet.methods.FieldFormatterTranslationError
All Implemented Interfaces:
java.io.Serializable

public class FieldFormatterTranslationError
extends WebAppRuntimeException

See Also:
Serialized Form

Constructor Summary
FieldFormatterTranslationError(java.lang.String msg)
          Create a translation error with a simple string message.
FieldFormatterTranslationError(java.lang.Throwable target)
          Create a translation error with a stack trace context.
FieldFormatterTranslationError(java.lang.Throwable target, java.lang.String msg)
          Create a translation error with a simple string message and a a stack trace context.
 
Method Summary
 
Methods inherited from class com.bowstreet.util.WrappedException
getMessage, getProperty, getTargetException, printStackTrace, printStackTrace, printStackTrace, putProperty, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldFormatterTranslationError

public FieldFormatterTranslationError(java.lang.String msg)
Create a translation error with a simple string message.

Parameters:
msg - The message indicating the cause of the translation error.

FieldFormatterTranslationError

public FieldFormatterTranslationError(java.lang.Throwable target)
Create a translation error with a stack trace context.

Parameters:
target - The stack trace indicating the source of the translation error.

FieldFormatterTranslationError

public FieldFormatterTranslationError(java.lang.Throwable target,
                                      java.lang.String msg)
Create a translation error with a simple string message and a a stack trace context.

Parameters:
target - The stack trace indicating the source of the translation error.
msg - The message indicating the cause of the translation error.


Copyright © 2009 IBM. All Rights Reserved.