|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.blunder.model.ExceptionRelation
public class ExceptionRelation
The model for all the data of an error context.
This class is for internal use of Blunder.
Field Summary | |
---|---|
static String |
BUSINESS_ERROR
A Business error type. |
static String |
CLIENT_ERROR
A Client error type. |
static long |
serialVersionUID
|
static String |
SERVER_ERROR
A Server error type. |
static String |
UNDEFINED_ERROR
Undefined error type. |
static String |
USER_ERROR
A User error type. |
Constructor Summary | |
---|---|
ExceptionRelation()
|
Method Summary | |
---|---|
ExceptionRelation |
clone()
|
boolean |
equals(Object other)
|
String |
getBusinessExceptionClassname()
|
String |
getConditions()
|
String |
getDebugStackTrace()
|
String |
getFaultCode()
|
String |
getFaultString()
|
Long |
getId()
|
String |
getLeafExceptionClassname()
|
String |
getMatchAtRuntime()
Deprecated. |
String |
getPossibleSolutionsList()
|
String |
getRootExceptionClassname()
|
int |
hashCode()
|
boolean |
isRuntimeMatch()
|
void |
setBusinessExceptionClassname(String s)
Sets the Business exception class name associated with this ExceptionRelation. |
void |
setConditions(String s)
Sets the conditions expression that any context should apply for resolving with this particular ExceptionRelation. |
void |
setDebugStackTrace(String s)
Sets the debug stacktrace for this ExceptionRelation. |
void |
setFaultCode(String s)
Sets the fault code associated with this ExceptionRelation. |
void |
setFaultString(String s)
Sets the fault string expression associated with this ExceptionRelation. |
void |
setId(Long l)
Sets the ExceptionRelation Id. |
void |
setLeafExceptionClassname(String s)
Sets the Leaf exception class name associated with this ExceptionRelation. |
void |
setMatchAtRuntime(String s)
Deprecated. |
void |
setPossibleSolutionsList(String s)
Sets the possible solutions list expression associated with this ExceptionRelation. |
void |
setRootExceptionClassname(String s)
Sets the Root exception class name associated with this ExceptionRelation. |
void |
setRuntimeMatch(boolean b)
Sets if this ExceptionRelation should match at runtime. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
public static String UNDEFINED_ERROR
public static String SERVER_ERROR
public static String BUSINESS_ERROR
public static String CLIENT_ERROR
public static String USER_ERROR
Constructor Detail |
---|
public ExceptionRelation()
Method Detail |
---|
public Long getId()
public void setId(Long l)
public String getConditions()
public void setConditions(String s)
public String getFaultCode()
public void setFaultCode(String s)
public String getFaultString()
public void setFaultString(String s)
public String getBusinessExceptionClassname()
public void setBusinessExceptionClassname(String s)
public String getLeafExceptionClassname()
public void setLeafExceptionClassname(String s)
public String getPossibleSolutionsList()
public void setPossibleSolutionsList(String s)
public String getRootExceptionClassname()
public void setRootExceptionClassname(String s)
@Deprecated public String getMatchAtRuntime()
ExceptionRelation.isRuntimeMatch()
@Deprecated public void setMatchAtRuntime(String s)
#setRuntimeMatch( boolean )
public void setRuntimeMatch(boolean b)
public boolean isRuntimeMatch()
public String getDebugStackTrace()
public void setDebugStackTrace(String s)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public ExceptionRelation clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |