|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.essbase.eas.framework.defs.FrameworkException
com.essbase.eas.framework.server.defs.ApplicationException
com.essbase.eas.framework.server.defs.DependencyException
public class DependencyException
Exception object that can be generated and thrown when attempting to dispose of application part objects.
| Constructor Summary | |
|---|---|
DependencyException(int dependencies)Constructs a DependencyException object with the specified dependency count. |
|
| Method Summary | |
|---|---|
int |
getDependencyCount()Returns the number of dependencies for this exception. |
| Methods inherited from class com.essbase.eas.framework.defs.FrameworkException |
|---|
createException, getReason |
| 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 DependencyException(int dependencies)
DependencyException object with the specified dependency count.
dependencyCount - the number of dependencies remaining.| Method Detail |
|---|
public final int getDependencyCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||