Uses of Class
net.morimekta.providence.reflect.contained.CException
-
Packages that use CException Package Description net.morimekta.providence.reflect.contained -
-
Uses of CException in net.morimekta.providence.reflect.contained
Methods in net.morimekta.providence.reflect.contained that return CException Modifier and Type Method Description CExceptionCException.Builder. build()Methods in net.morimekta.providence.reflect.contained that return types with arguments of type CException Modifier and Type Method Description CField<CException>CExceptionDescriptor. findFieldById(int id)CField<CException>CExceptionDescriptor. findFieldByName(java.lang.String name)CField<CException>CExceptionDescriptor. findFieldByPojoName(java.lang.String pojoName)CField<CException>[]CExceptionDescriptor. getFields()net.morimekta.providence.PMessageBuilder<CException>CException. mutate()Constructor parameters in net.morimekta.providence.reflect.contained with type arguments of type CException Constructor Description CExceptionDescriptor(java.lang.String comment, java.lang.String packageName, java.lang.String name, java.util.List<CField<CException>> fields, java.util.Map<java.lang.String,java.lang.String> annotations)
-