com.ptc.wgmecad.exception
Class WindchillFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.wgmecad.exception.WGMException
com.ptc.wgmecad.exception.WGMEmbeddedException
com.ptc.wgmecad.exception.WindchillFunctionException
- All Implemented Interfaces:
- Serializable
- public class WindchillFunctionException
- extends WGMEmbeddedException
Created by IntelliJ IDEA.
User: barky
Date: Feb 25, 2003
Time: 12:51:33 PM
To change this template use Options | File Templates.
- See Also:
- Serialized Form
Fields inherited from class com.ptc.wgmecad.exception.WGMException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
functionName
private String functionName
logger
static org.apache.log4j.Logger logger
ableToGoBack
private boolean ableToGoBack
WindchillFunctionException
public WindchillFunctionException(String functionName,
Exception embedded_exception)
- Exception with embeded exception
- Parameters:
functionName
- - key into the CadenceWGM.properties file that I18N.getStr() uses to resolve
the localized function name.embedded_exception
-
WindchillFunctionException
public WindchillFunctionException(String functionName)
- Parameters:
functionName
- - key into the CadenceWGM.properties file that I18N.getStr() uses to resolve
the localized function name.
isAbleToGoBack
public boolean isAbleToGoBack()
setAbleToGoBack
public void setAbleToGoBack(boolean ableToGoBack)
goBack
public boolean goBack()
- Overrides:
goBack
in class WGMEmbeddedException
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class WGMEmbeddedException