com.vividsolutions.jtstest.util.ExceptionFormatter Maven / Gradle / Ivy
package com.vividsolutions.jtstest.util;
public class ExceptionFormatter {
public static String getFullString(Throwable ex)
{
return ex.getClass().getName() + " : " + ex.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy