Class CharacterConverterLoaderException

  • All Implemented Interfaces:
    Serializable

    public class CharacterConverterLoaderException
    extends RuntimeException

    A CharacterConverterLoaderException is thrown when an error occurs while loading a character conversion class.

    Author:
    Bas Peters
    See Also:
    Serialized Form
    • Constructor Detail

      • CharacterConverterLoaderException

        public CharacterConverterLoaderException()

        Creates a new CharacterConverterLoaderException.

      • CharacterConverterLoaderException

        public CharacterConverterLoaderException​(String message)

        Creates a new CharacterConverterLoaderException with the specified message.

        Parameters:
        message - information about the cause of the exception
      • CharacterConverterLoaderException

        public CharacterConverterLoaderException​(String message,
                                                 Throwable ex)

        Creates a new CharacterConverterLoaderException with the specified message and an underlying root cause.

        Parameters:
        message - information about the cause of the exception
        ex - the nested exception that caused this exception