|
EAC Toolkit 3.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
public class AppConfigurationException
This exception captures various error conditions associated with invalid configuration specified for an EAC application.
| Constructor Summary | |
|---|---|
AppConfigurationException()
Generic constructor. |
|
AppConfigurationException(java.lang.String message)
Constructor that takes an error message as input. |
|
AppConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructor that takes an error message and a nested Throwable as input. |
|
AppConfigurationException(java.lang.Throwable cause)
Constructor that takes a nested Throwable as input. |
|
| Method Summary |
|---|
| 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 AppConfigurationException()
public AppConfigurationException(java.lang.String message)
message - Error message associated with this exception.public AppConfigurationException(java.lang.Throwable cause)
cause - The nested Throwable associated with this exception.
public AppConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - Error message associated with this exception.cause - The nested Throwable associated with this exception.
|
EAC Toolkit 3.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: EAC Toolkit (eacToolkit) VERSION: 3.2.1 BUILD: NONE ARCH_OS: n/a DATE: 2011-11-10T16:21:05-0500