KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > InvalidPropertiesFormatException

java.util
Class InvalidPropertiesFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.util.InvalidPropertiesFormatException
All Implemented Interfaces:
Serializable
See Also:
Source Code, Properties

public InvalidPropertiesFormatException(String message)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertiesFormatException(Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags