org.infinispan.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by org.infinispan.config.ConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateCacheNameException

public class ConfigurationException
extends CacheException

An exception that represents an error in the configuration. This could be a parsing error or a logical error involving clashing configuration options or missing mandatory configuration elements.

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)
See Also:
Configuration, DefaultCacheManager, Serialized Form

Constructor Summary
ConfigurationException(Exception e)
           
ConfigurationException(String string)
           
ConfigurationException(String string, String erroneousAttribute)
           
ConfigurationException(String string, Throwable throwable)
           
 
Method Summary
 void addErroneousAttribute(String s)
           
 List<String> getErroneousAttributes()
           
 
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(Exception e)

ConfigurationException

public ConfigurationException(String string)

ConfigurationException

public ConfigurationException(String string,
                              String erroneousAttribute)

ConfigurationException

public ConfigurationException(String string,
                              Throwable throwable)
Method Detail

getErroneousAttributes

public List<String> getErroneousAttributes()

addErroneousAttribute

public void addErroneousAttribute(String s)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.