Uses of Class
org.basex.core.BaseXException
Packages that use BaseXException
Package
Description
Client sessions.
Database core classes.
Database structures.
Collation-specific code.
Utility classes.
-
Uses of BaseXException in org.basex
Methods in org.basex that throw BaseXExceptionModifier and TypeMethodDescriptionprotected voidBaseXGUI.parseArgs()static voidStarts the database server in a separate process.Constructors in org.basex that throw BaseXException -
Uses of BaseXException in org.basex.api.client
Methods in org.basex.api.client that throw BaseXExceptionModifier and TypeMethodDescriptionvoidLocalSession.add(String path, InputStream input) voidLocalSession.create(String name, InputStream input) protected voidLocalSession.execute(String command, OutputStream output) protected voidLocalSession.execute(Command command, OutputStream output) voidLocalSession.replace(String path, InputStream input) voidLocalSession.store(String path, InputStream input) -
Uses of BaseXException in org.basex.build.csv
Methods in org.basex.build.csv that throw BaseXException -
Uses of BaseXException in org.basex.core
Methods in org.basex.core that throw BaseXException -
Uses of BaseXException in org.basex.data
Methods in org.basex.data that throw BaseXExceptionModifier and TypeMethodDescriptionabstract voidDrops the specified index.voidvoidabstract voidData.startUpdate(MainOptions opts) Starts an update operation: writes a file to disk to indicate that an update is going on, and exclusively locks the table file.voidDiskData.startUpdate(MainOptions opts) -
Uses of BaseXException in org.basex.query.util.collation
Methods in org.basex.query.util.collation that throw BaseXException -
Uses of BaseXException in org.basex.util
Methods in org.basex.util that return BaseXExceptionModifier and TypeMethodDescriptionMainParser.usage()Returns an exception with the command usage info.Methods in org.basex.util that throw BaseXExceptionModifier and TypeMethodDescriptionstatic byte[]Returns the value of the requested attribute, or an error.static <E extends Enum<E>>
EReturns an enum instance for the requested attribute.intMainParser.number()Returns the next positive numeric argument.static <E extends Enum<E>>
EReturns an enum instance for the requested value. -
Uses of BaseXException in org.basex.util.options
Methods in org.basex.util.options that throw BaseXExceptionModifier and TypeMethodDescriptionfinal voidParses and assigns options string from the specified string.voidAssigns a value after casting it to the correct type.voidAssigns a value after casting it to the correct type.final voidParses and assigns options from the specified map.final voidParses the specified options.