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