com.ptc.wgmecad.exception
Class UnexpectedFilesInVariantDir

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

public class UnexpectedFilesInVariantDir
extends WGMException

Title:

Description:

Copyright: Copyright (c) 2002

Company:

See Also:
Serialized Form

Field Summary
private  Vector bomResponce
           
private  Collection filesList
           
 
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
UnexpectedFilesInVariantDir(Collection filesList, Vector bomResponce)
           
 
Method Summary
 Vector getBomResponce()
           
 Collection getFilesList()
           
 String getLocalizedMessage()
           
 String getLogMessage()
           
 
Methods inherited from class com.ptc.wgmecad.exception.WGMException
breakStringIntoLines, goBack, 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

filesList

private Collection filesList

bomResponce

private Vector bomResponce
Constructor Detail

UnexpectedFilesInVariantDir

public UnexpectedFilesInVariantDir(Collection filesList,
                                   Vector bomResponce)
Method Detail

getLocalizedMessage

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

getBomResponce

public Vector getBomResponce()

getFilesList

public Collection getFilesList()

getLogMessage

public String getLogMessage()