Class CException.Builder
- java.lang.Object
-
- net.morimekta.providence.PMessageBuilder<Message,CField>
-
- net.morimekta.providence.reflect.contained.CMessageBuilder<CException.Builder,CException>
-
- net.morimekta.providence.reflect.contained.CException.Builder
-
- All Implemented Interfaces:
net.morimekta.providence.PBuilder<CException>
- Enclosing class:
- CException
public static class CException.Builder extends CMessageBuilder<CException.Builder,CException>
-
-
Constructor Summary
Constructors Constructor Description Builder(CExceptionDescriptor type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CExceptionbuild()CExceptionDescriptordescriptor()-
Methods inherited from class net.morimekta.providence.reflect.contained.CMessageBuilder
addTo, clear, isModified, isSet, merge, mutator, set, toString, valid, validate
-
-
-
-
Constructor Detail
-
Builder
public Builder(CExceptionDescriptor type)
-
-
Method Detail
-
descriptor
@Nonnull public CExceptionDescriptor descriptor()
- Specified by:
descriptorin classnet.morimekta.providence.PMessageBuilder<CException,CField>
-
build
@Nonnull public CException build()
-
-