|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pt.digitalis.dif.exception.DIFException
pt.digitalis.dif.exception.InternalFrameworkException
public class InternalFrameworkException
Represents an internal framework Exception. The execution context is passed into the exception.
DIFException,
Serialized Form| Constructor Summary | |
|---|---|
InternalFrameworkException(Exception exception,
IDIFContext difContext)
Constructs a new InternalFrameworkException from an Exception. |
|
InternalFrameworkException(String reason,
Exception exception,
IDIFContext difContext)
Constructs a new InternalFrameworkException accepting a reason for the exception |
|
InternalFrameworkException(String reason,
IDIFContext difContext)
Constructs a new InternalFrameworkException from a reason for the exception. |
|
| Method Summary | |
|---|---|
IDIFContext |
getDIFContext()
Returns the stored DIFContext. |
void |
setDifContext(IDIFContext difContext)
Sets the DIFContext content. |
| Methods inherited from class pt.digitalis.dif.exception.DIFException |
|---|
addToExceptionContext, getExceptionContext, getRenderedExceptionContext, setExceptionContext |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InternalFrameworkException(Exception exception,
IDIFContext difContext)
exception - the exception to encapsulatedifContext - the execution context
public InternalFrameworkException(String reason,
IDIFContext difContext)
reason - the exception causedifContext - the execution context
public InternalFrameworkException(String reason,
Exception exception,
IDIFContext difContext)
reason - the exception causeexception - the exception to encapsulatedifContext - the execution context| Method Detail |
|---|
public IDIFContext getDIFContext()
public void setDifContext(IDIFContext difContext)
difContext - the difContext to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||