public static class ValidationException.ExceptionMessageWithStackTrace extends Object
| Constructor and Description |
|---|
ExceptionMessageWithStackTrace() |
ExceptionMessageWithStackTrace(Exception e) |
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 |
setTrace(String stackTrace) |
String |
toString() |
public ExceptionMessageWithStackTrace()
public ExceptionMessageWithStackTrace(String message, String stackTrace)
public ExceptionMessageWithStackTrace(Exception e)
Copyright © 2017 OpenDaylight. All rights reserved.