com.sage.orion.sdata.servlet.accpac
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sage.orion.sdata.servlet.accpac.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

an exception thrown when there is a fault in part of the configuration database

See Also:
Serialized Form

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

ConfigurationException

public ConfigurationException(java.lang.String message)
Creates a ConfigurationException object with the given message.

Parameters:
message - the message to remember

ConfigurationException

public ConfigurationException(java.util.Collection<java.lang.String> messages)
Method Detail

getConfigurationErrors

public final java.util.Collection<java.lang.String> getConfigurationErrors()
returns the collection of errors associated with the exception

Returns:
the collection of errors associated with the exception


Copyright © 2011 Sage Software, Inc. All rights reserved.