Package org.spongepowered.api.util
Class InformativeMain
java.lang.Object
org.spongepowered.api.util.InformativeMain
A class containing a main method which throws an Exception to cleanly
indicate to the user than running the jar file was a bad idea.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThe main method which throws aPEBKACExceptionwith some basic information on how sponge works.
-
Constructor Details
-
InformativeMain
public InformativeMain()
-
-
Method Details
-
main
The main method which throws aPEBKACExceptionwith some basic information on how sponge works.- Parameters:
args- The program args- Throws:
PEBKACException- always
-