Class IndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.persistence.index.IndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptIndexException

public class IndexException extends Exception
Allgemeine Exception für Index Fehler. Alle anderen Exceptions leiten sich von dieser Klasse ab.
See Also:
  • Constructor Details

    • IndexException

      public IndexException(String msg, Path file)
      IndexException mit Fehlermeldung
      Parameters:
      msg - Fehlermeldung
      file - Datei
    • IndexException

      public IndexException(String message, Path file, Throwable cause)
      Erzeugt eine neue Instanz
      Parameters:
      message - Nachricht
      file - Datei
      cause - Ursache