Uses of Class
net.morimekta.providence.PApplicationException
-
Packages that use PApplicationException Package Description net.morimekta.providence -
-
Uses of PApplicationException in net.morimekta.providence
Fields in net.morimekta.providence with type parameters of type PApplicationException Modifier and Type Field Description static PExceptionDescriptor<PApplicationException>PApplicationException. kDescriptorMethods in net.morimekta.providence that return PApplicationException Modifier and Type Method Description PApplicationExceptionPApplicationException._Builder. build()PApplicationExceptionPApplicationException. fillInStackTrace()PApplicationExceptionPApplicationException. initCause(java.lang.Throwable cause)Methods in net.morimekta.providence that return types with arguments of type PApplicationException Modifier and Type Method Description PExceptionDescriptor<PApplicationException>PApplicationException._Builder. descriptor()PExceptionDescriptor<PApplicationException>PApplicationException. descriptor()static PExceptionDescriptorProvider<PApplicationException>PApplicationException. provider()Methods in net.morimekta.providence with parameters of type PApplicationException Modifier and Type Method Description intPApplicationException. compareTo(PApplicationException other)PApplicationException._BuilderPApplicationException._Builder. merge(PApplicationException from)Constructors in net.morimekta.providence with parameters of type PApplicationException Constructor Description _Builder(PApplicationException base)Make a mutating builder off a base p_service.PApplicationException.
-