Class ParsingConfException
- 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.ParsingConfException
-
- All Implemented Interfaces:
Serializable
public class ParsingConfException extends ConfException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingConfException(String message)
Creates a newParsingConfException
instance.ParsingConfException(String message, Throwable cause)
Creates a newParsingConfException
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
-
ParsingConfException
public ParsingConfException(String message)
Creates a newParsingConfException
instance.- Parameters:
message
- the error message.
-
ParsingConfException
public ParsingConfException(String message, Throwable cause)
Creates a newParsingConfException
instance.- Parameters:
message
- the error message.
-
-