Class UnsupportedConfigLocationScheme
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bytemechanics.config.manager.exceptions.UnsupportedConfigLocationScheme
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedConfigLocationScheme
extends java.lang.RuntimeException
Raised when trying to load configuration from an unknown location scheme
- Author:
- afarre
- See Also:
URI.getScheme()
, Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
MESSAGE
-
Constructor Summary
Constructors Constructor Description UnsupportedConfigLocationScheme(java.net.URI _location, java.lang.String _supportedSchemes)
Constructor to build the exception -
Method Summary
-
Field Details
-
MESSAGE
protected static final java.lang.String MESSAGE- See Also:
- Constant Field Values
-
-
Constructor Details
-
UnsupportedConfigLocationScheme
public UnsupportedConfigLocationScheme(java.net.URI _location, java.lang.String _supportedSchemes)Constructor to build the exception- Parameters:
_location
- URI not supported_supportedSchemes
- description of supported schemes
-