com.ptc.wgmecad.exception
Class ProjectLocationException

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

public class ProjectLocationException
extends WGMException

Created by IntelliJ IDEA. User: barky Date: Mar 28, 2003 Time: 3:02:02 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
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
ProjectLocationException()
           
 
Method Summary
 String getLocalizedMessage()
           
 boolean goBack()
           
 void showErrorDialog()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, goForward
 
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
 

Constructor Detail

ProjectLocationException

public ProjectLocationException()
Method Detail

showErrorDialog

public void showErrorDialog()
Overrides:
showErrorDialog in class WGMException

goBack

public boolean goBack()
Overrides:
goBack in class WGMException

getLocalizedMessage

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