org.rythmengine.exception
Class FastRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rythmengine.exception.FastRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RythmException, TagLoadException, TemplateParser.ExitInstruction
public class FastRuntimeException
- extends RuntimeException
Fast Exception - skips creating stackTrace.
More info here: http://www.javaspecialists.eu/archive/Issue129.html
- See Also:
- Serialized Form
FastRuntimeException
public FastRuntimeException()
FastRuntimeException
public FastRuntimeException(String desc)
FastRuntimeException
public FastRuntimeException(String desc,
Throwable cause)
FastRuntimeException
public FastRuntimeException(Throwable cause)
fillInStackTrace
public Throwable fillInStackTrace()
- Since we override this method, no stacktrace is generated - much faster
- Overrides:
fillInStackTrace
in class Throwable
- Returns:
- always null
Copyright © 2013. All Rights Reserved.