com.ptc.wgmecad.exception
Class GetAssemblyException

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

public class GetAssemblyException
extends WGMEmbeddedException

Created by IntelliJ IDEA. User: barky Date: Mar 11, 2003 Time: 11:09:53 AM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
(package private)  String asm
           
(package private)  String rev
           
 
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
GetAssemblyException(WTException e, String asmNumber, String revision)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
goBack, 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

asm

String asm

rev

String rev
Constructor Detail

GetAssemblyException

public GetAssemblyException(WTException e,
                            String asmNumber,
                            String revision)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class WGMEmbeddedException