gran.exception
Class CSVImportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
              extended bygran.exception.UserException
                  extended bygran.exception.CSVImportException
All Implemented Interfaces:
java.io.Serializable

public class CSVImportException
extends UserException

See Also:
Serialized Form

Field Summary
static int MESSAGE
           
static int TASK
           
static int USER
           
 
Constructor Summary
CSVImportException()
           
CSVImportException(java.lang.Exception ex, java.util.Map scriptOutput, int type)
           
CSVImportException(java.util.Map csvInput, java.lang.Exception ex)
           
CSVImportException(java.util.Map csvInput, java.lang.String msg)
           
CSVImportException(java.lang.String msg)
           
 
Method Summary
 java.util.Map getCsvInput()
           
 java.lang.String getMsg()
           
 int getObjectType()
           
 java.util.Map getScriptOutput()
           
 boolean needStackTrace()
           
 void printStackTrace(java.io.PrintWriter s)
           
 void setCsvInput(java.util.Map csvInput)
           
 
Methods inherited from class gran.exception.UserException
addActionMessages, getActionMessages
 
Methods inherited from class gran.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TASK

public static final int TASK
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values
Constructor Detail

CSVImportException

public CSVImportException()

CSVImportException

public CSVImportException(java.util.Map csvInput,
                          java.lang.Exception ex)

CSVImportException

public CSVImportException(java.util.Map csvInput,
                          java.lang.String msg)

CSVImportException

public CSVImportException(java.lang.String msg)

CSVImportException

public CSVImportException(java.lang.Exception ex,
                          java.util.Map scriptOutput,
                          int type)
Method Detail

getCsvInput

public java.util.Map getCsvInput()

getScriptOutput

public java.util.Map getScriptOutput()

getMsg

public java.lang.String getMsg()

needStackTrace

public boolean needStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintWriter s)

setCsvInput

public void setCsvInput(java.util.Map csvInput)

getObjectType

public int getObjectType()


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.