Package java.util

Class InvalidPropertiesFormatException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPropertiesFormatException
    extends IOException
    An InvalidPropertiesFormatException is thrown if loading the XML document defining the properties does not follow the Properties specification. Even though this Exception inherits the Serializable interface, it is not serializable. The methods used for serialization throw NotSerializableExceptions.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPropertiesFormatException

        public InvalidPropertiesFormatException​(String m)
        Constructs a new InvalidPropertiesFormatException with the current stack trace and message filled in.
        Parameters:
        m - the detail message for the exception.
      • InvalidPropertiesFormatException

        public InvalidPropertiesFormatException​(Throwable c)
        Constructs a new InvalidPropertiesFormatException with the cause for the Exception.
        Parameters:
        c - the cause for the Exception.