Uses of Class
org.apache.juneau.ExecutableException
Packages that use ExecutableException
Package
Description
-
Uses of ExecutableException in org.apache.juneau
Methods in org.apache.juneau that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected T
Creates a new instance of this bean.ClassMeta.newInstance()
Create a new instance of the main class of this declared type.ClassMeta.newInstance
(Object outer) Same asClassMeta.newInstance()
except for instantiating non-static member classes.ClassMeta.newInstanceFromString
(Object outer, String arg) Create a new instance of the main class of this declared type from aString input. -
Uses of ExecutableException in org.apache.juneau.cp
Methods in org.apache.juneau.cp that throw ExecutableException -
Uses of ExecutableException in org.apache.juneau.html
Methods in org.apache.juneau.html that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
HtmlParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) -
Uses of ExecutableException in org.apache.juneau.internal
Methods in org.apache.juneau.internal that throw ExecutableException -
Uses of ExecutableException in org.apache.juneau.json
Methods in org.apache.juneau.json that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
JsonParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) protected <E> Collection<E>
JsonParserSession.doParseIntoCollection
(ParserPipe pipe, Collection<E> c, Type elementType) protected <K,
V> Map<K, V> JsonParserSession.doParseIntoMap
(ParserPipe pipe, Map<K, V> m, Type keyType, Type valueType) -
Uses of ExecutableException in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice that throw ExecutableExceptionModifier and TypeMethodDescriptionMicroservice.Builder.consoleCommands
(Class<? extends ConsoleCommand>... consoleCommands) Specifies console commands to make available on the Java console. -
Uses of ExecutableException in org.apache.juneau.microservice.jetty
Methods in org.apache.juneau.microservice.jetty that throw ExecutableExceptionModifier and TypeMethodDescriptionorg.eclipse.jetty.server.Server
JettyMicroservice.createServer()
Method used to create (but not start) an instance of a Jetty server.Adds a servlet to the servlet container.JettyMicroservice.Builder.servlet
(Class<? extends RestServlet> c) Adds a servlet to the servlet container. -
Uses of ExecutableException in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
MsgPackParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) -
Uses of ExecutableException in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
OpenApiParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) -
Uses of ExecutableException in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that throw ExecutableExceptionModifier and TypeMethodDescriptionObjectRest.invokeMethod
(String url, String method, String args) Executes the specified method with the specified parameters on the specified object. -
Uses of ExecutableException in org.apache.juneau.parser
Methods in org.apache.juneau.parser that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
ParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) Workhorse method.protected static final void
Convenience method for calling the@NameProperty
method on the specified object if it exists.protected static final void
Convenience method for calling the@ParentProperty
method on the specified object if it exists. -
Uses of ExecutableException in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
PlainTextParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) -
Uses of ExecutableException in org.apache.juneau.reflect
Methods in org.apache.juneau.reflect that throw ExecutableExceptionModifier and TypeMethodDescriptionAnnotationInfo.getApplies
(VarResolverSession vrs, Consumer<AnnotationApplier<Annotation, Object>> consumer) If this annotation has aContextApply
annotation, consumes an instance of the specifiedAnnotationApplier
class.<T> T
Shortcut for calling the new-instance method on the underlying constructor.<T> T
Shortcut for calling the invoke method on the underlying method.<T> T
ConstructorInfo.invokeFuzzy
(Object... args) Shortcut for calling the new-instance method on the underlying constructor.MethodInfo.invokeFuzzy
(Object pojo, Object... args) Invokes the specified method using fuzzy-arg matching.ClassInfo.newInstance()
Shortcut for callingClass.getDeclaredConstructor().newInstance() on the underlying class. -
Uses of ExecutableException in org.apache.juneau.swap
Methods in org.apache.juneau.swap that throw ExecutableExceptionModifier and TypeMethodDescriptionBuilderSwap.build
(BeanSession session, B builder, ClassMeta<?> hint) Creates a new object from the specified builder.BuilderSwap.create
(BeanSession session, ClassMeta<?> hint) Creates a new builder object. -
Uses of ExecutableException in org.apache.juneau.uon
Methods in org.apache.juneau.uon that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
UonParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) <T> T
UonParserSession.parseAnything
(ClassMeta<?> eType, UonReader r, Object outer, boolean isUrlParamValue, BeanPropertyMeta pMeta) Workhorse method. -
Uses of ExecutableException in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
UrlEncodingParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) -
Uses of ExecutableException in org.apache.juneau.xml
Methods in org.apache.juneau.xml that throw ExecutableExceptionModifier and TypeMethodDescriptionprotected <T> T
XmlParserSession.doParse
(ParserPipe pipe, ClassMeta<T> type) protected <T> T
XmlParserSession.parseAnything
(ClassMeta<T> eType, String currAttr, XmlReader r, Object outer, boolean isRoot, BeanPropertyMeta pMeta) Workhorse method.