Class 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: