public class XRayException extends Object
Modifier and Type | Field and Description |
---|---|
String |
message |
List<StackElement> |
stack |
String |
type |
Constructor and Description |
---|
XRayException() |
XRayException(String message,
String type,
List<StackElement> stack) |
public String message
public String type
public List<StackElement> stack
public XRayException()
public XRayException(String message, String type, List<StackElement> stack)
Copyright © 2024. All rights reserved.