public class EXception extends java.lang.Object implements IException
| Constructor and Description |
|---|
EXception(IExceptionType type, java.lang.String message)
constructor
|
EXception(IExceptionType type, java.lang.String message, java.lang.String stacktrace)
constructor - should only be called by the debugger fwk channel
|
EXception(IExceptionType type, java.lang.Throwable t)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashcode
|
java.lang.String |
message()
a message describing the exception
|
java.lang.String |
stacktrace()
stacktrace
|
java.lang.String |
toString()
toString
|
IExceptionType |
type()
the exception type
|
public EXception(IExceptionType type, java.lang.String message)
public EXception(IExceptionType type, java.lang.Throwable t)
public EXception(IExceptionType type, java.lang.String message, java.lang.String stacktrace)
public IExceptionType type()
type in interface IExceptionpublic java.lang.String message()
message in interface IExceptionpublic java.lang.String stacktrace()
stacktrace in interface IExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object