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 buildSingleErrorinstances.- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleErrorbuild()Build the object-
Methods inherited from class com.helger.commons.error.SingleError.AbstractBuilder
dateTime, dateTimeNow, errorFieldName, errorID, errorLevel, errorLocation, errorLocation, errorLocation, errorLocation, errorLocation, errorText, errorText, errorText, linkedException
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
-
-
-
Method Detail
-
build
@Nonnull public SingleError build()
Description copied from interface:IBuilderBuild the object- Returns:
- The built object. May not be
null.
-
-