com.ptc.wgmecad.exception
Class InvalidDesignArgumentException

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

public class InvalidDesignArgumentException
extends InvalidArgumentException

Created by IntelliJ IDEA. User: barky Date: Dec 16, 2002 Time: 2:55:25 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ptc.wgmecad.exception.InvalidArgumentException
argument, longform
 
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
InvalidDesignArgumentException(String encodedDesign)
           
 
Method Summary
 String getLocalizedMessage()
           
 boolean goForward()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, goBack, 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
 

Constructor Detail

InvalidDesignArgumentException

public InvalidDesignArgumentException(String encodedDesign)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class InvalidArgumentException

goForward

public boolean goForward()
Overrides:
goForward in class InvalidArgumentException