Class MissingPropertyKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.zcu.fav.kiv.mjakubas.saf.io.properties.exception.MissingPropertyKeyException
All Implemented Interfaces:
Serializable

public class MissingPropertyKeyException extends Exception
Exception is thrown whe property key doesn't exist.
See Also:
  • Constructor Details

    • MissingPropertyKeyException

      public MissingPropertyKeyException(String message)