Package com.gargoylesoftware.base.trace
Class Trace.WhereAmIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gargoylesoftware.base.trace.Trace.WhereAmIException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Trace
public static class Trace.WhereAmIException extends java.lang.Exception
An exception used to determine where the code is at any point in time.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WhereAmIException()
Instantiate one
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-