Package com.io7m.jproperties
Class JPropertyNonexistent
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jproperties.JPropertyException
com.io7m.jproperties.JPropertyNonexistent
- All Implemented Interfaces:
java.io.Serializable
public final class JPropertyNonexistent extends JPropertyException
The type of exceptions raised upon accessing a property that does not exist.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JPropertyNonexistent(java.lang.String message)Construct an exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
JPropertyNonexistent
public JPropertyNonexistent(java.lang.String message)Construct an exception with the given message.- Parameters:
message- The message
-