com.bowstreet.methods
Class FieldFormatterTranslationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bowstreet.util.WrappedException
com.bowstreet.webapp.engine.WebAppRuntimeException
com.bowstreet.methods.FieldFormatterTranslationError
- All Implemented Interfaces:
- java.io.Serializable
public class FieldFormatterTranslationError
- extends WebAppRuntimeException
- See Also:
- Serialized Form
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 |
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.