Package fr.formiko.usuel
Class erreur
java.lang.Object
fr.formiko.usuel.erreur
Error class call to print error message.
- Author:
- Hydrolien
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidalerte()static voidstatic voidstatic voidalerteGUI2Dfail(String cause)static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voiderreurChargementImage(String nomImage)static voidstatic voiderreurGXVide(String GX)static voidstatic voiderreurPause(int x)static voiderreurType(String type)static voidShow curent stack trace without error file part & stop game.static Stringstatic StringgetCurentClassAndMethodName(int classDepth)Return last method & class that was runing before this class.static booleangetMuet()static voidstatic voidPrint info about important thing that are not important as alerte or error.static voidA synchronized print to avoid multithread issues.static voidprintln()A synchronized print that call print(Object o).static voidA synchronized print that call print(Object o).static voidsetMuet(boolean b)
-
Field Details
-
muet
public static boolean muet
-
-
Constructor Details
-
erreur
public erreur()
-
-
Method Details
-
getMuet
public static boolean getMuet() -
setMuet
public static void setMuet(boolean b) -
println
A synchronized print that call print(Object o). -
println
public static void println()A synchronized print that call print(Object o). -
print
A synchronized print to avoid multithread issues. -
getCurentClassAndMethodName
Return last method & class that was runing before this class.
It will be like this "className.functionName llineNumber". -
getCurentClassAndMethodName
-
forceStop
public static void forceStop()Show curent stack trace without error file part & stop game. -
erreur
-
erreur
-
erreur
-
erreur
-
erreur
-
erreur
-
alerte
-
alerte
-
alerte
public static void alerte() -
info
Print info about important thing that are not important as alerte or error. -
info
-
erreurPasEncoreImplemente
public static void erreurPasEncoreImplemente() -
erreurChargementImage
-
erreurChargementImage
public static void erreurChargementImage() -
erreurGXVide
-
erreurGXVide
public static void erreurGXVide() -
erreurPause
public static void erreurPause(int x) -
erreurType
-
alerteGUI2Dfail
-