Class FlexibleMapAccessorTests.ThrowException

java.lang.Object
org.apache.ofbiz.base.util.collections.test.FlexibleMapAccessorTests.ThrowException
Enclosing class:
FlexibleMapAccessorTests

public static class FlexibleMapAccessorTests.ThrowException extends Object
  • Constructor Details

    • ThrowException

      public ThrowException()
  • Method Details

    • getValue

      public Object getValue() throws Exception
      Gets value.
      Returns:
      the value
      Throws:
      Exception - the exception
    • setValue

      public void setValue(Object value) throws Exception
      Sets value.
      Parameters:
      value - the value
      Throws:
      Exception - the exception