Class MissingConfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.ConfException
-
- io.streamthoughts.azkarra.api.errors.MissingConfException
-
- All Implemented Interfaces:
Serializable
public class MissingConfException extends ConfException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingConfException(String missing)
Creates a newMissingConfException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingConfException
public MissingConfException(String missing)
Creates a newMissingConfException
instance.- Parameters:
missing
- the missing parameter name.
-
-