org.objectweb.howl.log
Class InvalidFileSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
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
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 |
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.