Class FactoryInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.configbuilder.exception.FactoryInstantiationException
-
- All Implemented Interfaces:
Serializable
public class FactoryInstantiationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FactoryInstantiationException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FactoryInstantiationException
public FactoryInstantiationException(String errorMessage)
-
-