/** @file ParserException.java * * @author marco corvi * @date may 2012 * * @brief TopoDroid parser exception * * -------------------------------------------------------- * Copyright This sowftare is distributed under GPL-3.0 or later * See the file COPYING. * ---------------------------------------------------------- */ package com.topodroid.DistoX; public class ParserException extends Exception { }