Class ConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.configuration.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • ConverterException

      public ConverterException(String msg)
      Constructs an instance of ConverterException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ConverterException

      public ConverterException(String msg, Throwable th)
      Constructs an instance of ConverterException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the causing exception