Package ai.libs.jaicore.basic
Class PropertiesLoadFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.libs.jaicore.basic.PropertiesLoadFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertiesLoadFailedException extends java.lang.RuntimeException
Exception can be thrown if properties could not be loaded properly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertiesLoadFailedException(java.lang.String message, java.lang.Throwable cause)
-