org.pz.platypus.exceptions
Class FileCloseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pz.platypus.exceptions.PlatyException
                  extended by org.pz.platypus.exceptions.FileCloseException
All Implemented Interfaces:
java.io.Serializable, IException

public class FileCloseException
extends PlatyException

Author:
alb
See Also:
Serialized Form

Constructor Summary
FileCloseException(java.lang.String msg)
           
FileCloseException(java.lang.String msg1, java.lang.String msg2)
           
 
Method Summary
 
Methods inherited from class org.pz.platypus.exceptions.PlatyException
getExplanation, getLocation
 
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

FileCloseException

public FileCloseException(java.lang.String msg)

FileCloseException

public FileCloseException(java.lang.String msg1,
                          java.lang.String msg2)


Copyright © 2008-10 Pacific Data Works LLC