public static class ValidationException.ExceptionMessageWithStackTrace extends Object
Constructor and Description |
---|
ExceptionMessageWithStackTrace() |
ExceptionMessageWithStackTrace(Exception exception) |
ExceptionMessageWithStackTrace(String message,
String stackTrace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMessage() |
String |
getTrace() |
int |
hashCode() |
void |
setMessage(String message) |
void |
setStackTrace(String trace) |
String |
toString() |
public ExceptionMessageWithStackTrace()
public ExceptionMessageWithStackTrace(String message, String stackTrace)
public ExceptionMessageWithStackTrace(Exception exception)
Copyright © 2019 OpenDaylight. All rights reserved.