org.apache.accumulo.core.conf
Class ConfigSanityCheck.SanityCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.accumulo.core.conf.ConfigSanityCheck.SanityCheckException
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigSanityCheck

public static class ConfigSanityCheck.SanityCheckException
extends RuntimeException

The exception thrown when ConfigSanityCheck.validate(Iterable) fails.

See Also:
Serialized Form

Constructor Summary
ConfigSanityCheck.SanityCheckException(String msg)
          Creates a new exception with the given message.
 
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

ConfigSanityCheck.SanityCheckException

public ConfigSanityCheck.SanityCheckException(String msg)
Creates a new exception with the given message.



Copyright © 2015 Apache Accumulo Project. All rights reserved.