Klasse LegacyImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.delinkedde.areashopreborn.importer.legacy.LegacyImportException
Alle implementierten Schnittstellen:
Serializable

public final class LegacyImportException extends Exception
Indicates that a legacy AreaShop file cannot be interpreted without guessing.
Siehe auch:
  • Konstruktordetails

    • LegacyImportException

      public LegacyImportException(String message)
      Creates a diagnostic import exception.
      Parameter:
      message - actionable explanation including the invalid field
    • LegacyImportException

      public LegacyImportException(String message, Throwable cause)
      Creates a diagnostic import exception with its technical cause.
      Parameter:
      message - actionable explanation including the invalid field
      cause - underlying read or parse failure