Package com.iizix.run
Class BuilderError
java.lang.Object
com.iizix.run.BuilderError
Class to hold a builder error for verification.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
ConstructorDescriptionBuilderError
(PropCnr pc, int index) Constructor from a remote property error container.BuilderError
(String name, String location, boolean isError, String error) Constructor.BuilderError
(String name, String location, String error) Constructor for isError = true.Method Summary
Field Details
name
The property name in error.location
The location.isError
public final boolean isErrorThe severity: true for error, false for warning.error
The error.
Constructor Details
BuilderError
Constructor for isError = true.- Parameters:
name
- The property name in error.location
- The location.error
- The error.
BuilderError
Constructor.- Parameters:
name
- The property name in error.location
- The location.isError
- The severity: true for error, false for warning.error
- The error.
BuilderError
Constructor from a remote property error container.- Parameters:
pc
- The property container.index
- The index.
Method Details