|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.makumba.LogicInvocationError
public class LogicInvocationError
This error occurs when an undesired business logic exception comes up. It usually denotes a programmer error
| Field Summary | |
|---|---|
(package private) Throwable |
t
|
| Constructor Summary | |
|---|---|
LogicInvocationError(Throwable t)
|
|
| Method Summary | |
|---|---|
Throwable |
getReason()
|
void |
printStackTrace(PrintWriter pw)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
Throwable t
| Constructor Detail |
|---|
public LogicInvocationError(Throwable t)
| Method Detail |
|---|
public Throwable getReason()
public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||