com.ptc.wgmecad.xml
Class XMLCompWithNoRefdesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.wgmecad.exception.WGMException
              extended bycom.ptc.wgmecad.xml.XMLCompWithNoRefdesException
All Implemented Interfaces:
Serializable

public class XMLCompWithNoRefdesException
extends WGMException

Created by IntelliJ IDEA. User: barky Date: Aug 19, 2003 Time: 4:26:56 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 String number
           
 
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
XMLCompWithNoRefdesException(String number)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, goBack, goForward, showErrorDialog
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

number

public String number
Constructor Detail

XMLCompWithNoRefdesException

public XMLCompWithNoRefdesException(String number)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Specified by:
getLocalizedMessage in class WGMException