Package dev.shamoo.runtime.core
Class IncompatibleManifestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.shamoo.runtime.core.IncompatibleManifestException
- All Implemented Interfaces:
Serializable
Indicates that a valid manifest cannot run in the current runtime environment.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleManifestException(String pluginId, dev.shamoo.runtime.protocol.CompatibilityResult result) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleManifestException
public IncompatibleManifestException(String pluginId, dev.shamoo.runtime.protocol.CompatibilityResult result)
-
-
Method Details
-
result
public dev.shamoo.runtime.protocol.CompatibilityResult result()
-