java.util
Class InvalidPropertiesFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.util.InvalidPropertiesFormatException
All Implemented Interfaces:
Serializable

public class InvalidPropertiesFormatException
extends IOException

See Also:
Serialized Form

Constructor Summary
InvalidPropertiesFormatException(java.lang.String m)
           
InvalidPropertiesFormatException(Throwable c)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertiesFormatException

public InvalidPropertiesFormatException(java.lang.String m)

InvalidPropertiesFormatException

public InvalidPropertiesFormatException(Throwable c)