org.pz.platypus.exceptions
Class FilenameLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pz.platypus.exceptions.FilenameLookupException
All Implemented Interfaces:
java.io.Serializable

public class FilenameLookupException
extends java.lang.Exception

Exception generated when user tries to look up a non-existent file in FileList (either by name or by number)

Author:
alb
See Also:
Serialized Form

Constructor Summary
FilenameLookupException()
           
FilenameLookupException(java.lang.String msg)
           
 
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

FilenameLookupException

public FilenameLookupException()

FilenameLookupException

public FilenameLookupException(java.lang.String msg)


Copyright © 2008-10 Pacific Data Works LLC