Serialized Form
-
Package dev.omnist.codec
-
Exception Class dev.omnist.codec.WriteException
class WriteException extends RuntimeException implements Serializable-
Serialized Fields
-
report
WriteReport report
The adjustments recorded before this exception was thrown; empty if none.
-
-
-
-
Package dev.omnist.oml
-
Exception Class dev.omnist.oml.OmlParseException
class OmlParseException extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
Machine-readable error code identifying the violation category. -
column
int column
1-based source column where the error was detected. -
line
int line
1-based source line where the error was detected.
-
-
-
-
Package dev.omnist.schema
-
Exception Class dev.omnist.schema.OsdParseException
class OsdParseException extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
Machine-readable error code identifying the violation category. -
column
int column
1-based source column where the error was detected. -
line
int line
1-based source line where the error was detected. -
path
String path
The schema element path where the error was detected (e.g. a record name).
-
-
-
-
Package dev.omnist.validation
-
Exception Class dev.omnist.validation.ValidationException
class ValidationException extends RuntimeException implements Serializable-
Serialized Fields
-
result
ValidationResult result
The validation result that caused this exception.
-
-
-