scriptella.driver.csv
Class CsvProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.csv.CsvProviderException
- All Implemented Interfaces:
- java.io.Serializable
public class CsvProviderException
- extends ProviderException
Thrown to indicate a problem with CSV file processing.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getProviderName()
Overriden by subclasses to provide user friendly provider name. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CsvProviderException
public CsvProviderException()
CsvProviderException
public CsvProviderException(java.lang.String message)
CsvProviderException
public CsvProviderException(java.lang.String message,
java.lang.String statement)
CsvProviderException
public CsvProviderException(java.lang.String message,
java.lang.Throwable cause)
CsvProviderException
public CsvProviderException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String statement)
CsvProviderException
public CsvProviderException(java.lang.Throwable cause)
getProviderName
public java.lang.String getProviderName()
- Description copied from class:
ProviderException
- Overriden by subclasses to provide user friendly provider name.
- Specified by:
getProviderName in class ProviderException
- Returns:
- provider name.
Copyright © Copyright 2006-2007 The Scriptella Project Team.