|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.smartfrog.sfcore.common.SmartFrogException
org.smartfrog.services.assertions.SmartFrogAssertionException
public class SmartFrogAssertionException
This is just a special kind of liveness exception; an assertion failure. created 28-Apr-2004 11:55:42
| Field Summary |
|---|
| Fields inherited from class org.smartfrog.sfcore.common.SmartFrogException |
|---|
CONTEXT, cxt, DATA, EXCEPTION, PRIM_COMPLETE_NAME, PRIM_CONTEXT |
| Constructor Summary | |
|---|---|
SmartFrogAssertionException(java.lang.String message)
Constructs a SmartFrogLivenessException with message. |
|
SmartFrogAssertionException(java.lang.String message,
Prim sfObject)
Constructs a SmartFrogLivenessException with message. |
|
SmartFrogAssertionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a SmartFrogLivenessException with message and cause. |
|
SmartFrogAssertionException(java.lang.String message,
java.lang.Throwable cause,
Prim sfObject)
Constructs a SmartFrogLivenessException with message and cause. |
|
SmartFrogAssertionException(java.lang.Throwable cause)
Constructs a SmartFrogLivenessException with cause. |
|
SmartFrogAssertionException(java.lang.Throwable cause,
Prim sfObject)
Constructs a SmartFrogLivenessException with cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.smartfrog.sfcore.common.SmartFrogException |
|---|
add, contains, containsKey, forward, forward, get, getCauseMessage, getContext, init, put, put, serializableContext, setContext, shortClassName, toString, toString, toStringAll, toStringAll |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SmartFrogAssertionException(java.lang.String message)
message - exception messagepublic SmartFrogAssertionException(java.lang.Throwable cause)
cause - exception causing this exception
public SmartFrogAssertionException(java.lang.Throwable cause,
Prim sfObject)
cause - exception causing this exceptionsfObject - component that encountered exception
public SmartFrogAssertionException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception causing this exception
public SmartFrogAssertionException(java.lang.String message,
Prim sfObject)
message - messagesfObject - component that encountered exception
public SmartFrogAssertionException(java.lang.String message,
java.lang.Throwable cause,
Prim sfObject)
message - messagecause - exception causing this exceptionsfObject - component that encountered exception
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||