Package com.helger.commons.error
Class SingleError.Builder
java.lang.Object
com.helger.commons.error.SingleError.AbstractBuilder<SingleError,SingleError.Builder>
com.helger.commons.error.SingleError.Builder
- All Implemented Interfaces:
IBuilder<SingleError>,IGenericImplTrait<SingleError.Builder>
- Enclosing class:
SingleError
public static final class SingleError.Builder
extends SingleError.AbstractBuilder<SingleError,SingleError.Builder>
The default builder to build
SingleError instances.- Author:
- Philip Helger
-
Field Summary
Fields inherited from class com.helger.commons.error.SingleError.AbstractBuilder
DEFAULT_ERROR_LEVEL, m_aErrorDT, m_aErrorLevel, m_aErrorLocation, m_aErrorText, m_aLinkedException, m_sErrorFieldName, m_sErrorID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.commons.error.SingleError.AbstractBuilder
dateTime, dateTimeNow, errorFieldName, errorID, errorLevel, errorLocation, errorLocation, errorLocation, errorLocation, errorLocation, errorText, errorText, errorText, linkedExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
build
Description copied from interface:IBuilderBuild the object- Returns:
- The built object. May not be
null.
-