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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
The main method which throws aPEBKACException
with some basic information on how sponge works.
-
Constructor Details
-
InformativeMain
public InformativeMain()
-
-
Method Details
-
main
The main method which throws aPEBKACException
with some basic information on how sponge works.- Parameters:
args
- The program args- Throws:
PEBKACException
- always
-