public class AnalysisError extends Object
| Constructor and Description |
|---|
AnalysisError(String message)
Constructor.
|
AnalysisError(String message,
Throwable exception)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Throwable |
getException() |
String |
getExceptionMessage()
Get the exception message.
|
String |
getMessage()
Get the message describing the error.
|
String |
getNestedExceptionMessage()
Get the exception message.
|
String[] |
getNestedStackTrace()
Get the stack trace elements.
|
String[] |
getStackTrace()
Get the stack trace elements.
|
int |
hashCode() |
void |
setExceptionMessage(String exceptionMessage)
Set the exception message.
|
void |
setMessage(String message)
Set the message describing the error.
|
void |
setStackTrace(String[] stackTraceList)
Set the stack trace elements.
|
public AnalysisError(String message)
message - message describing the errorpublic void setMessage(String message)
message - message describing the errorpublic String getMessage()
public void setExceptionMessage(String exceptionMessage)
exceptionMessage - the exception messagepublic String getExceptionMessage()
public String getNestedExceptionMessage()
public void setStackTrace(String[] stackTraceList)
stackTraceList - the stack trace elementspublic String[] getStackTrace()
public String[] getNestedStackTrace()
public Throwable getException()
Copyright © 2003–2015. All rights reserved.