Class ConverterException

  • All Implemented Interfaces:
    Serializable

    public class ConverterException
    extends Exception
    A converter exception is thrown when the conversion fails due to errors/problems in the converted source package(s).
    See Also:
    Serialized Form
    • Constructor Detail

      • ConverterException

        public ConverterException​(String message)
        Create a new exception
        Parameters:
        message - A message to be prevented to the user of the tool
      • ConverterException

        public ConverterException​(String message,
                                  Throwable cause)
        Create a new exception
        Parameters:
        message - A message to be prevented to the user of the tool
        cause - The cause