Package org.spongepowered.api.util
Class InformativeMain
- java.lang.Object
-
- org.spongepowered.api.util.InformativeMain
-
public class InformativeMain extends Object
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 Constructor Description InformativeMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The main method which throws aPEBKACException
with some basic information on how sponge works.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws PEBKACException
The main method which throws aPEBKACException
with some basic information on how sponge works.- Parameters:
args
- The program args- Throws:
PEBKACException
- always
-
-