Package net.minecraftforge.fml.util
Class EnhancedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.util.EnhancedRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LoaderException
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:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionEnhancedRuntimeException(String message) EnhancedRuntimeException(String message, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidprotected abstract voidMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
EnhancedRuntimeExceptionpublic EnhancedRuntimeException()
- 
EnhancedRuntimeException
- 
EnhancedRuntimeException
- 
EnhancedRuntimeException
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
printStackTrace- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTrace- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTrace
 
-