@Generated public class SerializedException extends Object
Constructor and Description |
---|
SerializedException() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getMessage() |
Collection<StackFrame> |
getStack() |
int |
hashCode() |
SerializedException |
setClassName(String className) |
SerializedException |
setMessage(String message) |
SerializedException |
setStack(Collection<StackFrame> stack) |
String |
toString() |
public SerializedException setClassName(String className)
public String getClassName()
public SerializedException setMessage(String message)
public String getMessage()
public SerializedException setStack(Collection<StackFrame> stack)
public Collection<StackFrame> getStack()
Copyright © 2023. All rights reserved.