Class 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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterFactoryCreationException​(Exception cause)
      Constructs an instance of FilterFactoryCreationException with the specified root cause.
      FilterFactoryCreationException​(String msg)
      Constructs an instance of StyleFactoryCreationException with the specified detail message.
      FilterFactoryCreationException​(String msg, Exception cause)
      Constructs an instance of FilterFactoryCreationException with the specified detail message and root cause.
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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.