com.ptc.wgmecad.exception
Class VariantFileBadFormatException

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

public class VariantFileBadFormatException
extends WGMException

Created by IntelliJ IDEA. User: barky Date: Sep 5, 2003 Time: 12:42:58 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
private  int line
           
 
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
VariantFileBadFormatException(int line)
           
 
Method Summary
 int getLine()
           
 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

line

private int line
Constructor Detail

VariantFileBadFormatException

public VariantFileBadFormatException(int line)
Method Detail

goBack

public boolean goBack()
Overrides:
goBack in class WGMException

getLocalizedMessage

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

getLine

public int getLine()