com.agimatec.utility.fileimport
Class ImporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agimatec.utility.fileimport.ImporterException
All Implemented Interfaces:
Serializable

public class ImporterException
extends RuntimeException

Description:
User: roman.stumm
Date: 28.08.2007
Time: 16:51:07
Copyright: Agimatec GmbH

See Also:
Serialized Form

Constructor Summary
ImporterException(String message, boolean stop)
           
ImporterException(String message, Throwable cause, boolean stop)
           
ImporterException(Throwable cause, boolean stop)
           
 
Method Summary
 boolean isCancelImport()
           
 
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

ImporterException

public ImporterException(Throwable cause,
                         boolean stop)

ImporterException

public ImporterException(String message,
                         boolean stop)

ImporterException

public ImporterException(String message,
                         Throwable cause,
                         boolean stop)
Method Detail

isCancelImport

public boolean isCancelImport()


Copyright © 2008-2011. All Rights Reserved.