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 void
alerte()
static void
static void
static void
alerteGUI2Dfail(String cause)
static void
static void
static void
static void
static void
static void
static void
static void
erreurChargementImage(String nomImage)
static void
static void
erreurGXVide(String GX)
static void
static void
erreurPause(int x)
static void
erreurType(String type)
static void
Show curent stack trace without error file part & stop game.static String
static String
getCurentClassAndMethodName(int classDepth)
Return last method & class that was runing before this class.static boolean
getMuet()
static void
static void
Print info about important thing that are not important as alerte or error.static void
A synchronized print to avoid multithread issues.static void
println()
A synchronized print that call print(Object o).static void
A synchronized print that call print(Object o).static void
setMuet(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
-