org.objectweb.howl.log
Class InvalidFileSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.howl.log.LogException
              extended by org.objectweb.howl.log.InvalidFileSetException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileSetException
extends LogException

Exception thrown when LogFileManager.open() detects an invalid file set.

This exception can occur if the log file manager detects that one or more of the files that should reside in a file set are missing.

Author:
Michael Giroux
See Also:
Serialized Form

Constructor Summary
InvalidFileSetException()
           
InvalidFileSetException(java.lang.String s)
           
InvalidFileSetException(java.lang.String s, java.lang.Throwable cause)
           
InvalidFileSetException(java.lang.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

InvalidFileSetException

public InvalidFileSetException()

InvalidFileSetException

public InvalidFileSetException(java.lang.String s)

InvalidFileSetException

public InvalidFileSetException(java.lang.Throwable cause)

InvalidFileSetException

public InvalidFileSetException(java.lang.String s,
                               java.lang.Throwable cause)


Copyright © 2010 ObjectWeb HOWL. All Rights Reserved.