Skip to content

Conversation

@dportnrj
Copy link

@dportnrj dportnrj commented Aug 4, 2022

There is getStackTrace() in https://github.com/SwitchEV/RISE-V2G/blob/master/RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/exiCodec/EXISchemaFactoryExceptionHandler.java

@Override
public void fatalError(EXISchemaFactoryException eXISchemaFactoryException) throws EXISchemaFactoryException {
	logger.warn("FATAL:");
	eXISchemaFactoryException.getStackTrace();
}

instead of printStackTrace() as in error method for example:

@Override
public void error(EXISchemaFactoryException eXISchemaFactoryException) throws EXISchemaFactoryException {
	logger.warn("ERROR:");
	eXISchemaFactoryException.printStackTrace();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants