Serialized Form
-
Package tripleo.elijah_durable_congenial.stages.deduce
-
Exception tripleo.elijah_durable_congenial.stages.deduce.DiagnosticException
class DiagnosticException extends RuntimeException implements Serializable-
Serialized Fields
-
d
Diagnostic d
-
-
-
Exception tripleo.elijah_durable_congenial.stages.deduce.ResolveError
class ResolveError extends Exception implements Serializable-
Serialized Fields
-
ident
@Nullable IdentExpression ident
-
lrl
LookupResultList lrl
-
typeName
@Nullable TypeName typeName
-
-
-
-
Package tripleo.elijah_durable_congenial.stages.deduce.tastic
-
Exception tripleo.elijah_durable_congenial.stages.deduce.tastic.FCA_Stop
class FCA_Stop extends Exception implements Serializable
-
-
Package tripleo.elijah.stateful
-
Exception tripleo.elijah.stateful.BadState
class BadState extends RuntimeException implements Serializable
-
-
Package tripleo.elijah.util
-
Exception tripleo.elijah.util.NotImplementedException
class NotImplementedException extends RuntimeException implements Serializable -
Exception tripleo.elijah.util.ProgramIsLikelyWrong
class ProgramIsLikelyWrong extends RuntimeException implements Serializable -
Exception tripleo.elijah.util.UnintendedUseException
class UnintendedUseException extends RuntimeException implements Serializable- serialVersionUID:
- -1838486886356864300L
-
-
Package tripleo.util.buffer.internal
-
Exception tripleo.util.buffer.internal.NotImplementedException
class NotImplementedException extends RuntimeException implements Serializable
-
-
Package tripleo.vendor.mal
-
Exception tripleo.vendor.mal.reader.ParseError
class ParseError extends types.MalThrowable implements Serializable -
Exception tripleo.vendor.mal.readline.EOFException
class EOFException extends Exception implements Serializable -
Exception tripleo.vendor.mal.types.MalContinue
class MalContinue extends types.MalThrowable implements Serializable -
Exception tripleo.vendor.mal.types.MalError
class MalError extends types.MalThrowable implements Serializable -
Exception tripleo.vendor.mal.types.MalException
class MalException extends types.MalThrowable implements Serializable-
Serialized Fields
-
value
types.MalVal value
-
-
-
Exception tripleo.vendor.mal.types.MalThrowable
class MalThrowable extends Exception implements Serializable
-
-
Package tripleo.vendor.org_apache_commons_cli
-
Exception tripleo.vendor.org_apache_commons_cli.AlreadySelectedException
class AlreadySelectedException extends ParseException implements Serializable- serialVersionUID:
- 3674381532418544760L
-
Serialized Fields
-
group
OptionGroup group
The option group selected. -
option
Option option
The option that triggered the exception.
-
-
Exception tripleo.vendor.org_apache_commons_cli.AmbiguousOptionException
class AmbiguousOptionException extends UnrecognizedOptionException implements Serializable- serialVersionUID:
- 5829816121277947229L
-
Serialized Fields
-
matchingOptions
@NotNull Collection<String> matchingOptions
The list of options matching the partial name specified
-
-
Class tripleo.vendor.org_apache_commons_cli.CommandLine
class CommandLine extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ci_args
List<CompilerInput> ci_args
The unrecognized options/arguments -
ci_options
List<CompilerInput> ci_options
-
options
List<Option> options
The processed options
-
-
Exception tripleo.vendor.org_apache_commons_cli.MissingArgumentException
class MissingArgumentException extends ParseException implements Serializable- serialVersionUID:
- -7098538588704965017L
-
Serialized Fields
-
option
Option option
The option requiring additional arguments
-
-
Exception tripleo.vendor.org_apache_commons_cli.MissingOptionException
class MissingOptionException extends ParseException implements Serializable- serialVersionUID:
- 8161889051578563249L
-
Serialized Fields
-
missingOptions
List missingOptions
The list of missing options and groups
-
-
Class tripleo.vendor.org_apache_commons_cli.Option
class Option extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
argCount
int argCount
The number of argument values this option can have. -
argName
String argName
The name of the argument for this option. -
description
String description
Description of the option. -
longOption
String longOption
The long representation of the option. -
option
String option
The name of the option. -
optionalArg
boolean optionalArg
Specifies whether the argument value of this Option is optional. -
required
boolean required
Specifies whether this option is required to be present. -
type
Class<?> type
The type of this Option. -
values
@NotNull List<String> values
The list of argument values. -
valuesep
char valuesep
The character that is the value separator.
-
-
Class tripleo.vendor.org_apache_commons_cli.OptionGroup
class OptionGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Class tripleo.vendor.org_apache_commons_cli.Options
class Options extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
longOpts
Map<String,
Option> longOpts a map of the options with the long key -
optionGroups
Map<String,
OptionGroup> optionGroups a map of the option groups -
requiredOpts
List<Object> requiredOpts
a map of the required options -
shortOpts
Map<String,
Option> shortOpts a map of the options with the character key
-
-
Exception tripleo.vendor.org_apache_commons_cli.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 9112808380089253192L
-
Exception tripleo.vendor.org_apache_commons_cli.UnrecognizedOptionException
class UnrecognizedOptionException extends ParseException implements Serializable- serialVersionUID:
- -252504690284625623L
-
Serialized Fields
-
option
String option
The unrecognized option.
-
-
-
Package tripleo.vendor.thinlet
-
Class tripleo.vendor.thinlet.AppletLauncher
class AppletLauncher extends Applet implements Serializable -
Class tripleo.vendor.thinlet.FrameLauncher
class FrameLauncher extends Frame implements Serializable -
Class tripleo.vendor.thinlet.Thinlet
class Thinlet extends Container implements Serializable-
Serialized Fields
-
content
@NotNull Object content
-
-
-
-
Package tripleo.vendor.thinlet.objectwrapper
-
Class tripleo.vendor.thinlet.objectwrapper.DefaultOWThinlet
class DefaultOWThinlet extends Thinlet implements Serializable- serialVersionUID:
- -8439471783949917743L
-