Package gov.nist.scap.xccdf

Examples of gov.nist.scap.xccdf.PropertyNotFoundException


        LiteralValue firstLiteral = selectorToLiteralValueMap.values().iterator().next();
        LiteralValue defaultLiteral = new DefaultLiteralValue(null, firstLiteral.getValues(), firstLiteral.isComplex());
        addLiteralValue(defaultLiteral);
      }
    } else {
      throw new IllegalStateException(new PropertyNotFoundException("value '" + getId()
          + "'is missing a default value property"));
    }
    cursor.dispose();
  }
View Full Code Here


        LiteralValue firstLiteral = selectorToLiteralValueMap.values().iterator().next();
        LiteralValue defaultLiteral = new DefaultLiteralValue(null, firstLiteral.getValues(), firstLiteral.isComplex());
        addLiteralValue(defaultLiteral);
      }
    } else {
      throw new IllegalStateException(new PropertyNotFoundException("value '" + getId()
          + "'is missing a default value property"));
    }
    cursor.dispose();
  }
View Full Code Here

TOP

Related Classes of gov.nist.scap.xccdf.PropertyNotFoundException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.