Klasse LegacyImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.delinkedde.areashopreborn.importer.legacy.LegacyImportException
- Alle implementierten Schnittstellen:
Serializable
Indicates that a legacy AreaShop file cannot be interpreted without guessing.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLegacyImportException(String message) Creates a diagnostic import exception.LegacyImportException(String message, Throwable cause) Creates a diagnostic import exception with its technical cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
LegacyImportException
Creates a diagnostic import exception.- Parameter:
message- actionable explanation including the invalid field
-
LegacyImportException
Creates a diagnostic import exception with its technical cause.- Parameter:
message- actionable explanation including the invalid fieldcause- underlying read or parse failure
-