com.ptc.wgmecad.exception
Class WGMEmbeddedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.wgmecad.exception.WGMException
com.ptc.wgmecad.exception.WGMEmbeddedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClassLoadException, ClientInterfaceInvokeException, ComponentInstantiationException, GetAssemblyCheckedOutException, GetAssemblyException, InternalBomFailedException, QueryDesignFailureException, SetInstanceException, UnableToCreateClientInterfaceException, WindchillFunctionException
- public abstract class WGMEmbeddedException
- extends WGMException
Created by IntelliJ IDEA.
User: barky
Date: Feb 26, 2003
Time: 10:55:16 AM
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 |
|
embedded_exception
private Exception embedded_exception
WGMEmbeddedException
public WGMEmbeddedException(Exception embedded_exception)
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
private void printStackTrace(Throwable t,
PrintStream s)
getEmbedded
private static Throwable getEmbedded(Throwable t)
printStackTrace
public void printStackTrace()
goBack
public boolean goBack()
- Overrides:
goBack
in class WGMException
goForward
public boolean goForward()
- Overrides:
goForward
in class WGMException
getLocalizedMessage
public String getLocalizedMessage()
- Specified by:
getLocalizedMessage
in class WGMException