|
||||||||||
| 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
public class ApplicationException
extension of the FrameworkException class for application specific problems.
| Constructor Summary | |
|---|---|
ApplicationException()Constructs a ApplicationException with no specified detail message. |
|
ApplicationException(java.lang.String msg)Constructs a ApplicationException with the specified detail message. |
|
ApplicationException(java.lang.Throwable t) |
|
| Method Summary |
|---|
| 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 ApplicationException()
ApplicationException with no specified detail message.public ApplicationException(java.lang.String msg)
ApplicationException with the specified detail message.
s - - the detail messagepublic ApplicationException(java.lang.Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||