Class AdapterLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.bukkit.adapter.AdapterLoadException
- All Implemented Interfaces:
Serializable
Thrown when no adapter can be found.
- See Also:
-
Constructor Summary
ConstructorDescriptionAdapterLoadException
(String message) AdapterLoadException
(String message, Throwable cause) AdapterLoadException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdapterLoadException
public AdapterLoadException() -
AdapterLoadException
-
AdapterLoadException
-
AdapterLoadException
-