Struct java_properties::PropertiesError [] [src]

pub struct PropertiesError { /* fields omitted */ }

The error type for reading and writing properties files.

Methods

impl PropertiesError
[src]

Returns the 1-based line number associated with the error, if available.

Trait Implementations

impl Debug for PropertiesError
[src]

Formats the value using the given formatter.

impl Error for PropertiesError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for PropertiesError
[src]

Performs the conversion.

impl Display for PropertiesError
[src]

Formats the value using the given formatter. Read more