org.apache.accumulo.core.iterators
Class ValueFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.accumulo.core.iterators.ValueFormatException
All Implemented Interfaces:
Serializable

public class ValueFormatException
extends IllegalArgumentException

Exception used for TypedValueCombiner and it's Encoders decode() function

See Also:
Serialized Form

Constructor Summary
ValueFormatException(Exception nfe)
           
ValueFormatException(String string)
           
 
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

ValueFormatException

public ValueFormatException(String string)

ValueFormatException

public ValueFormatException(Exception nfe)


Copyright © 2015 Apache Accumulo Project. All rights reserved.