|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sage.orion.sdata.servlet.accpac.ConfigurationException
public class ConfigurationException
an exception thrown when there is a fault in part of the configuration database
Constructor Summary | |
---|---|
ConfigurationException(java.util.Collection<java.lang.String> messages)
|
|
ConfigurationException(java.lang.String message)
Creates a ConfigurationException object with the given message. |
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getConfigurationErrors()
returns the collection of errors associated with the exception |
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 ConfigurationException(java.lang.String message)
message
- the message to rememberpublic ConfigurationException(java.util.Collection<java.lang.String> messages)
Method Detail |
---|
public final java.util.Collection<java.lang.String> getConfigurationErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |