Package com.microstrategy.web.transform
Class TransformCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.web.transform.TransformCreationException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class TransformCreationException extends MSTRCheckedException
Deprecated.It is not used anymore.- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description TransformCreationException()
Deprecated.TransformCreationException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.TransformCreationException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.TransformCreationException(LocalizableMessage errorMsg)
Deprecated.TransformCreationException(LocalizableMessage errorMsg, java.lang.Throwable e)
Deprecated.TransformCreationException(java.lang.String s)
Deprecated.
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
TransformCreationException
public TransformCreationException(LocalizableMessage errorMsg)
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
TransformCreationException
public TransformCreationException(LocalizableMessage errorMsg, java.lang.Throwable e)
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
TransformCreationException
public TransformCreationException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
TransformCreationException
public TransformCreationException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
TransformCreationException
public TransformCreationException()
Deprecated.
-
TransformCreationException
public TransformCreationException(java.lang.String s)
Deprecated.
-
-