Class EnhancedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.common.EnhancedRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
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.
See Also: