com.ptc.wgmecad.exception
Class WGMEmbeddedException

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

Field Summary
private  Exception embedded_exception
           
 
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
WGMEmbeddedException(Exception embedded_exception)
           
 
Method Summary
private static Throwable getEmbedded(Throwable t)
           
 String getLocalizedMessage()
           
 boolean goBack()
           
 boolean goForward()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
private  void printStackTrace(Throwable t, PrintStream s)
           
 
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

embedded_exception

private Exception embedded_exception
Constructor Detail

WGMEmbeddedException

public WGMEmbeddedException(Exception embedded_exception)
Method Detail

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