Class CorruptIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.persistence.index.IndexException
de.bsvrz.ars.ars.persistence.index.CorruptIndexException
- All Implemented Interfaces:
java.io.Serializable
public class CorruptIndexException extends IndexException
Diese Ausnahme deutet an, dass es nicht möglich war, den Index einzulesen, weil er beschädigt ist.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CorruptIndexException(java.lang.String msg, java.io.File file)
CorruptIndexException mit FehlermeldungCorruptIndexException(java.lang.String message, java.io.File file, java.lang.Throwable cause)
CorruptIndexException mit FehlermeldungCorruptIndexException(java.lang.String msg, java.nio.file.Path file)
CorruptIndexException(java.lang.String message, java.nio.file.Path file, java.lang.Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CorruptIndexException
public CorruptIndexException(java.lang.String msg, java.io.File file)CorruptIndexException mit Fehlermeldung- Parameters:
msg
- Fehlermeldungfile
- Betroffene Datei
-
CorruptIndexException
public CorruptIndexException(java.lang.String message, java.io.File file, java.lang.Throwable cause)CorruptIndexException mit Fehlermeldung- Parameters:
message
- Fehlermeldungfile
- Betroffene Dateicause
- Ursache
-
CorruptIndexException
public CorruptIndexException(java.lang.String msg, java.nio.file.Path file) -
CorruptIndexException
public CorruptIndexException(java.lang.String message, java.nio.file.Path file, java.lang.Throwable cause)
-