com.ptc.wgmecad.exception
Class InternalBomFailedException

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.InternalBomFailedException
All Implemented Interfaces:
Serializable

public class InternalBomFailedException
extends WGMEmbeddedException

Created by IntelliJ IDEA. User: barky Date: Mar 5, 2003 Time: 5:46:45 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
(package private)  String bomCmd
           
 
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
InternalBomFailedException(ApplicationInvocationException e)
           
InternalBomFailedException(Exception e)
           
InternalBomFailedException(String bomCmd)
           
 
Method Summary
 String getLocalizedMessage()
           
 boolean goForward()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
goBack, 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

bomCmd

String bomCmd
Constructor Detail

InternalBomFailedException

public InternalBomFailedException(Exception e)

InternalBomFailedException

public InternalBomFailedException(ApplicationInvocationException e)

InternalBomFailedException

public InternalBomFailedException(String bomCmd)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class WGMEmbeddedException

goForward

public boolean goForward()
Overrides:
goForward in class WGMEmbeddedException