com.ptc.wgmecad.exception
Class ComponentInstantiationException

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

public class ComponentInstantiationException
extends WGMEmbeddedException

See Also:
Serialized Form

Field Summary
 String description
           
 
Fields inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
 
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
ComponentInstantiationException(Exception e)
           
ComponentInstantiationException(String description)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMEmbeddedException
goBack, goForward, printStackTrace, printStackTrace
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, showErrorDialog
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public String description
Constructor Detail

ComponentInstantiationException

public ComponentInstantiationException(String description)

ComponentInstantiationException

public ComponentInstantiationException(Exception e)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class WGMEmbeddedException