org.nuiton.util.csv
Class ImportRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.util.csv.ImportRuntimeException
All Implemented Interfaces:
Serializable

public class ImportRuntimeException
extends RuntimeException

TODO

Since:
2.4
Author:
tchemit
See Also:
Serialized Form

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

ImportRuntimeException

public ImportRuntimeException(String message)

ImportRuntimeException

public ImportRuntimeException(String message,
                              Throwable cause)

ImportRuntimeException

public ImportRuntimeException(Throwable cause)


Copyright © 2011 CodeLutin. All Rights Reserved.