Class IndexException

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

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

    Constructors
    Constructor Description
    IndexException​(java.lang.String msg, java.io.File file)
    IndexException mit Fehlermeldung
    IndexException​(java.lang.String message, java.io.File file, java.lang.Throwable cause)
    Erzeugt einen neue Instanz
    IndexException​(java.lang.String msg, java.nio.file.Path file)
    IndexException mit Fehlermeldung
    IndexException​(java.lang.String message, java.nio.file.Path file, java.lang.Throwable cause)
    Erzeugt einen neue Instanz
  • 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

    • IndexException

      public IndexException​(java.lang.String msg, java.io.File file)
      IndexException mit Fehlermeldung
      Parameters:
      msg - Fehlermeldung
      file - Datei
    • IndexException

      public IndexException​(java.lang.String msg, java.nio.file.Path file)
      IndexException mit Fehlermeldung
      Parameters:
      msg - Fehlermeldung
      file - Datei
    • IndexException

      public IndexException​(java.lang.String message, java.io.File file, java.lang.Throwable cause)
      Erzeugt einen neue Instanz
      Parameters:
      message - Nachricht
      file - Datei
      cause - Ursache
    • IndexException

      public IndexException​(java.lang.String message, java.nio.file.Path file, java.lang.Throwable cause)
      Erzeugt einen neue Instanz
      Parameters:
      message - Nachricht
      file - Datei
      cause - Ursache