@TypedTreeModel(modelClass=CoreTreeModel.class) public class ThrowableNodeType extends BranchNodeMetaModel
| Modifier and Type | Field and Description |
|---|---|
static BranchNodeType<ThrowableNodeType,ThrowableNodeType> |
cause |
static LeafNodeType<ThrowableNodeType,String> |
className |
static LeafNodeType<ThrowableNodeType,Long> |
code |
static LeafNodeType<ThrowableNodeType,Boolean> |
isError |
static LeafNodeType<ThrowableNodeType,Boolean> |
isRuntimeException |
static LeafNodeType<ThrowableNodeType,String> |
message |
static BranchNodeType<ThrowableNodeType,ThrowableNodeType> |
next |
static LeafNodeType<ThrowableNodeType,Throwable> |
origin |
static BranchNodeType<ThrowableNodeType,StacktraceNodeType> |
stacktrace |
static LeafNodeType<ThrowableNodeType,String> |
state |
| Constructor and Description |
|---|
ThrowableNodeType() |
| Modifier and Type | Method and Description |
|---|---|
static TypedTreeMetaModel.RootBranchNode<CoreTreeModel,ThrowableNodeType> |
nodeFromThrowable(Throwable throwable) |
getBranchNodeListTypeList, getBranchNodeTypeList, getLeafNodeTypeList, getNodeTypeIndexByClass, getNodeTypeIndexByName, getNodeTypeList, getNodeTypeNames@Transient public static volatile LeafNodeType<ThrowableNodeType,Throwable> origin
public static volatile LeafNodeType<ThrowableNodeType,String> className
public static volatile LeafNodeType<ThrowableNodeType,String> message
public static volatile BranchNodeType<ThrowableNodeType,StacktraceNodeType> stacktrace
@IgnoreIfNull public static volatile BranchNodeType<ThrowableNodeType,ThrowableNodeType> cause
@IgnoreIfNull public static volatile BranchNodeType<ThrowableNodeType,ThrowableNodeType> next
@IgnoreIfNull public static volatile LeafNodeType<ThrowableNodeType,String> state
@IgnoreIfNull public static volatile LeafNodeType<ThrowableNodeType,Long> code
@IgnoreIfFalse public static volatile LeafNodeType<ThrowableNodeType,Boolean> isError
@IgnoreIfFalse public static volatile LeafNodeType<ThrowableNodeType,Boolean> isRuntimeException
public static TypedTreeMetaModel.RootBranchNode<CoreTreeModel,ThrowableNodeType> nodeFromThrowable(Throwable throwable)
Copyright © 2020. All rights reserved.