Class AppfigurateLibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nz.co.electricbolt.appfiguratelibrary.AppfigurateLibraryException
-
- All Implemented Interfaces:
java.io.Serializable
public class AppfigurateLibraryException extends java.lang.RuntimeException
Exception thrown by Appfigurate library when:- the app is initialized, generally due to a programming error,
- invalid configuration is attempted to be applied to the app,
- an action is attempted to be executed on the app causing invalid configuration.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppfigurateLibraryException(java.lang.String message)
AppfigurateLibraryException(java.lang.String message, java.lang.Exception exception)
-