Dekoh platform API

dekoh.portal.fwk.persistence
Class FileNameTooLongException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dekoh.portal.fwk.persistence.EntityCreationException
                  extended by dekoh.portal.fwk.persistence.FileNameTooLongException
All Implemented Interfaces:
Serializable

public class FileNameTooLongException
extends EntityCreationException

Since:
Apr 15, 2008
See Also:
Serialized Form

Constructor Summary
FileNameTooLongException(String message, int maxSupportedLengh, String inputFile)
           
 
Method Summary
static FileNameTooLongException createDirectoryPathTooLongException(String dirPath, int limit)
           
 String getInputFile()
           
 int getMaxSupportedLengh()
           
 
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

FileNameTooLongException

public FileNameTooLongException(String message,
                                int maxSupportedLengh,
                                String inputFile)
Method Detail

createDirectoryPathTooLongException

public static FileNameTooLongException createDirectoryPathTooLongException(String dirPath,
                                                                           int limit)

getMaxSupportedLengh

public int getMaxSupportedLengh()

getInputFile

public String getInputFile()

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers