Package com.helger.commons.error
Class SingleError.SingleErrorBuilder
- java.lang.Object
-
- com.helger.commons.error.SingleError.AbstractBuilder<SingleError,SingleError.SingleErrorBuilder>
-
- com.helger.commons.error.SingleError.SingleErrorBuilder
-
- All Implemented Interfaces:
IGenericImplTrait<SingleError.SingleErrorBuilder>
- Enclosing class:
- SingleError
public static final class SingleError.SingleErrorBuilder extends SingleError.AbstractBuilder<SingleError,SingleError.SingleErrorBuilder>
-
-
Field Summary
-
Fields inherited from class com.helger.commons.error.SingleError.AbstractBuilder
DEFAULT_ERROR_LEVEL, m_aErrorLevel, m_aErrorLocation, m_aErrorText, m_aLinkedException, m_sErrorFieldName, m_sErrorID
-
-
Constructor Summary
Constructors Constructor Description SingleErrorBuilder()SingleErrorBuilder(IError aError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleErrorbuild()-
Methods inherited from class com.helger.commons.error.SingleError.AbstractBuilder
setErrorFieldName, setErrorID, setErrorLevel, setErrorLocation, setErrorLocation, setErrorText, setErrorText, setErrorText, setLinkedException
-
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()
- Specified by:
buildin classSingleError.AbstractBuilder<SingleError,SingleError.SingleErrorBuilder>
-
-