com.ptc.wgmecad.exception
Class NoCPMFileFoundException

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

public class NoCPMFileFoundException
extends WGMException

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

See Also:
Serialized Form

Field Summary
(package private)  File path
           
 
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
NoCPMFileFoundException(File path)
           
 
Method Summary
 String getLocalizedMessage()
           
 boolean goBack()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, 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

path

File path
Constructor Detail

NoCPMFileFoundException

public NoCPMFileFoundException(File path)
Method Detail

getLocalizedMessage

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

goBack

public boolean goBack()
Overrides:
goBack in class WGMException