Package org.spongepowered.api.util
Class InformativeMain
- java.lang.Object
-
- org.spongepowered.api.util.InformativeMain
-
public class InformativeMain extends java.lang.ObjectA 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 voidmain(java.lang.String[] args)The main method which throws aPEBKACExceptionwith some basic information on how sponge works.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws PEBKACExceptionThe main method which throws aPEBKACExceptionwith some basic information on how sponge works.- Parameters:
args- The program args- Throws:
PEBKACException- always
-
-