Package net.minecraft.util
Class DefaultWithNameUncaughtExceptionHandler
java.lang.Object
net.minecraft.util.DefaultWithNameUncaughtExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
public class DefaultWithNameUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultWithNameUncaughtExceptionHandler(org.apache.logging.log4j.Logger p_i48771_1_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiduncaughtException(Thread p_uncaughtException_1_, Throwable p_uncaughtException_2_) 
- 
Field Details- 
loggerprivate final org.apache.logging.log4j.Logger logger
 
- 
- 
Constructor Details- 
DefaultWithNameUncaughtExceptionHandlerpublic DefaultWithNameUncaughtExceptionHandler(org.apache.logging.log4j.Logger p_i48771_1_) 
 
- 
- 
Method Details- 
uncaughtException- Specified by:
- uncaughtExceptionin interface- Thread.UncaughtExceptionHandler
 
 
-