Class TracingNullPointException

All Implemented Interfaces:
Serializable, PathTracingException<NullPointerException>

public class TracingNullPointException extends NullPointerException implements PathTracingException<NullPointerException>
a NullPointerException with extra fields used to trace back the path to a null value through an object graph
See Also: