Class ConfigConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.features.config.exception.ConfigRuntimeException
-
- org.opennms.features.config.exception.ConfigConversionException
-
- All Implemented Interfaces:
Serializable
public class ConfigConversionException extends ConfigRuntimeException
This exception is mainly about config conversion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigConversionException()
ConfigConversionException(String message)
ConfigConversionException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-