Class FilterFactoryCreationException

Object
Throwable
Exception
FilterFactoryCreationException
All Implemented Interfaces:
Serializable

public class FilterFactoryCreationException extends Exception
An exception that can be thrown by the StyleFactory if it fails to create the implementation of the StyleFactory.
Author:
Ian Turton, CCG
See Also:
  • Constructor Details

    • FilterFactoryCreationException

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

      public FilterFactoryCreationException(Exception cause)
      Constructs an instance of FilterFactoryCreationException with the specified root cause.
      Parameters:
      cause - the root cause of the exceptions.
    • FilterFactoryCreationException

      public FilterFactoryCreationException(String msg, Exception cause)
      Constructs an instance of FilterFactoryCreationException with the specified detail message and root cause.
      Parameters:
      msg - the detail message.
      cause - the root cause of the exceptions.