com.ptc.wgmecad.exception
Class ObjectNotRegisteredWithWGMProgMonException

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

public class ObjectNotRegisteredWithWGMProgMonException
extends WGMException

Created by IntelliJ IDEA. User: barky Date: Mar 12, 2003 Time: 12:31:08 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
(package private)  IRegisterProgress obj
           
(package private)  int phase
           
 
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
ObjectNotRegisteredWithWGMProgMonException(IRegisterProgress obj, int phase)
           
 
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

obj

IRegisterProgress obj

phase

int phase
Constructor Detail

ObjectNotRegisteredWithWGMProgMonException

public ObjectNotRegisteredWithWGMProgMonException(IRegisterProgress obj,
                                                  int phase)
Method Detail

getLocalizedMessage

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