Class FilterStreamTypeException

  • All Implemented Interfaces:
    Serializable

    public class FilterStreamTypeException
    extends FilterException
    Encapsulates WikiType and Filter type based errors.
    Since:
    6.2M1
    Version:
    $Id: 11feebbb1e3119efe58bb93be43cc439caf5c286 $
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterStreamTypeException

        public FilterStreamTypeException​(String message)
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • FilterStreamTypeException

        public FilterStreamTypeException​(Throwable cause)
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown
      • FilterStreamTypeException

        public FilterStreamTypeException​(String message,
                                         Throwable cause)
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown