Struct java_properties::PropertiesError
[−]
[src]
pub struct PropertiesError { /* fields omitted */ }The error type for reading and writing properties files.
Methods
impl PropertiesError[src]
pub fn line_number(&self) -> Option<usize>[src]
Returns the 1-based line number associated with the error, if available.
Trait Implementations
impl Debug for PropertiesError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for PropertiesError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any. Read more