com.ptc.wgmecad.exception
Class InvalidArgumentException

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

public class InvalidArgumentException
extends WGMException

See Also:
Serialized Form

Field Summary
 Argument argument
           
 String 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
InvalidArgumentException(Argument argument)
           
InvalidArgumentException(String longform)
           
 
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
 

Field Detail

argument

public Argument argument

longform

public String longform
Constructor Detail

InvalidArgumentException

public InvalidArgumentException(String longform)

InvalidArgumentException

public InvalidArgumentException(Argument argument)
Method Detail

getLocalizedMessage

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

goForward

public boolean goForward()
Overrides:
goForward in class WGMException