Class InvalidStyleTypeException

  • All Implemented Interfaces:
    Serializable

    public class InvalidStyleTypeException
    extends IllegalArgumentException
    Exception thrown when the style file has a invalid extension.
    Since:
    11.2.0
    Version:
    $Revision: 22603 $ $Date: 2019-03-28 21:05:11 -0300 (Thu, 28 Mar 2019) $
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidStyleTypeException

        public InvalidStyleTypeException​(String msg)
        Constructs an InvalidTypeStyleException with the specified detail message.
        Parameters:
        msg - the detail message.