cmu.survey.editor.manipulators
Class ImportExportTable.ImportError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cmu.survey.editor.manipulators.ImportExportTable.ImportError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ImportExportTable

public static class ImportExportTable.ImportError
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ImportExportTable.ImportError(java.lang.String error)
           
ImportExportTable.ImportError(java.lang.String error, java.lang.Throwable t)
           
ImportExportTable.ImportError(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ImportExportTable.ImportError

public ImportExportTable.ImportError(java.lang.String error)

ImportExportTable.ImportError

public ImportExportTable.ImportError(java.lang.String error,
                                     java.lang.Throwable t)

ImportExportTable.ImportError

public ImportExportTable.ImportError(java.lang.Throwable t)