类 EnhancedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.util.EnhancedRuntimeException
所有已实现的接口:
Serializable
直接已知子类:
LoaderException

public abstract class EnhancedRuntimeException extends RuntimeException
RuntimeException that gives subclasses the simple opportunity to write extra data when printing the stack trace. Mainly a helper class as printsStackTrace has multiple signatures.
另请参阅: