Struct java_locator::errors::JavaLocatorError
source · pub struct JavaLocatorError { /* private fields */ }
Trait Implementations§
source§impl Debug for JavaLocatorError
impl Debug for JavaLocatorError
source§impl Display for JavaLocatorError
impl Display for JavaLocatorError
source§impl Error for JavaLocatorError
impl Error for JavaLocatorError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<Error> for JavaLocatorError
impl From<Error> for JavaLocatorError
source§fn from(err: Error) -> JavaLocatorError
fn from(err: Error) -> JavaLocatorError
Converts to this type from the input type.
source§impl From<FromUtf8Error> for JavaLocatorError
impl From<FromUtf8Error> for JavaLocatorError
source§fn from(err: FromUtf8Error) -> JavaLocatorError
fn from(err: FromUtf8Error) -> JavaLocatorError
Converts to this type from the input type.
source§impl From<PatternError> for JavaLocatorError
impl From<PatternError> for JavaLocatorError
source§fn from(err: PatternError) -> JavaLocatorError
fn from(err: PatternError) -> JavaLocatorError
Converts to this type from the input type.