cz.cmc.tcgui.dataif
Class ImportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycz.cmc.tcgui.dataif.ImportException
All Implemented Interfaces:
Serializable

public class ImportException
extends Exception

Title: class ImportException

Description: Exception thrown when an error occurs during importing tc schema data

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Constructor Summary
ImportException()
           
ImportException(String message)
           
ImportException(String message, Throwable cause)
           
ImportException(Throwable cause)
           
 
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

ImportException

public ImportException()

ImportException

public ImportException(String message)

ImportException

public ImportException(String message,
                       Throwable cause)

ImportException

public ImportException(Throwable cause)