com.ptc.wgmecad.exception
Class WindchillFunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.wgmecad.exception.WGMException
              extended bycom.ptc.wgmecad.exception.WGMEmbeddedException
                  extended bycom.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

Field Summary
private  boolean ableToGoBack
           
private  String functionName
           
(package private) static org.apache.log4j.Logger logger
           
 
Fields inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
 
Fields inherited from class com.ptc.wgmecad.exception.WGMException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WindchillFunctionException(String functionName)
           
WindchillFunctionException(String functionName, Exception embedded_exception)
          Exception with embeded exception
 
Method Summary
 String getLocalizedMessage()
           
 boolean goBack()
           
 boolean isAbleToGoBack()
           
 void setAbleToGoBack(boolean ableToGoBack)
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
goForward, printStackTrace, printStackTrace
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, showErrorDialog
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

functionName

private String functionName

logger

static org.apache.log4j.Logger logger

ableToGoBack

private boolean ableToGoBack
Constructor Detail

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.
Method Detail

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