Serialized Form
-
Package com.github.dakusui.json
-
Exception Class com.github.dakusui.json.JsonException
class JsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1383951548283698713L
-
Serialized Fields
-
problemCausingNode
com.google.gson.JsonElement problemCausingNode
-
-
Exception Class com.github.dakusui.json.JsonFormatException
class JsonFormatException extends JsonException implements Serializable- serialVersionUID:
- 7421426791291041934L
-
Exception Class com.github.dakusui.json.JsonIndexOutOfBoundsException
class JsonIndexOutOfBoundsException extends JsonInvalidPathException implements Serializable- serialVersionUID:
- -1088233926881743647L
-
Exception Class com.github.dakusui.json.JsonInvalidPathException
class JsonInvalidPathException extends JsonException implements Serializable- serialVersionUID:
- 7832147182391783569L
-
Exception Class com.github.dakusui.json.JsonPathNotFoundException
class JsonPathNotFoundException extends JsonInvalidPathException implements Serializable- serialVersionUID:
- -7545472562920182758L
-
Exception Class com.github.dakusui.json.JsonTypeMismatchException
class JsonTypeMismatchException extends JsonException implements Serializable- serialVersionUID:
- -4922304198740292631L
-
Serialized Fields
-
expectedTypes
com.github.dakusui.json.JsonUtils.JsonTypes[] expectedTypes
An array of strings that describe types or values that are allowed on the path -
reason
String reason
A string that describes the reason why the element is considered invalid.
-
-
-
Package com.github.dakusui.symfonion.exceptions
-
Exception Class com.github.dakusui.symfonion.exceptions.CliException
class CliException extends SymfonionException implements Serializable- serialVersionUID:
- 952596486373752642L
-
Exception Class com.github.dakusui.symfonion.exceptions.FractionFormatException
class FractionFormatException extends Exception implements Serializable- serialVersionUID:
- -8791776177337740280L
-
Serialized Fields
-
fraction
String fraction
-
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionException
class SymfonionException extends RuntimeException implements Serializable- serialVersionUID:
- -1999577216046615241L
-
Serialized Fields
-
sourceFile
File sourceFile
-
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionIllegalFormatException
class SymfonionIllegalFormatException extends SymfonionSyntaxException implements Serializable- serialVersionUID:
- 8614872945878002862L
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionInterruptedException
class SymfonionInterruptedException extends RuntimeException implements Serializable -
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionMissingElementException
class SymfonionMissingElementException extends SymfonionSyntaxException implements Serializable- serialVersionUID:
- -3887808558721595868L
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionReferenceException
class SymfonionReferenceException extends SymfonionSyntaxException implements Serializable- serialVersionUID:
- 3554220091863267192L
-
Serialized Fields
-
referencedNodeHoldingNode
com.google.gson.JsonElement referencedNodeHoldingNode
-
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionSyntaxException
class SymfonionSyntaxException extends SymfonionException implements Serializable- serialVersionUID:
- 5992346365176153504L
-
Serialized Fields
-
problemCausingJsonNode
com.google.gson.JsonElement problemCausingJsonNode
-
rootJsonObjectNode
com.google.gson.JsonObject rootJsonObjectNode
-
-
Exception Class com.github.dakusui.symfonion.exceptions.SymfonionTypeMismatchException
class SymfonionTypeMismatchException extends SymfonionSyntaxException implements Serializable- serialVersionUID:
- 6798033658231719409L
-
-
Package com.github.dakusui.symfonion.song
-
Class com.github.dakusui.symfonion.song.NoteSet
- serialVersionUID:
- -6221696604950143374L
-
Serialized Fields
-
length
Fraction length
-
-
-
Package com.github.dakusui.symfonion.utils
-
Record Class com.github.dakusui.symfonion.utils.Fraction
class Fraction extends Record implements Serializable- serialVersionUID:
- 9185757132113L
-
Serialized Fields
-
denominator
int denominator
The field for thedenominatorrecord component. -
numerator
int numerator
The field for thenumeratorrecord component.
-
-