Package com.consol.citrus.exceptions
Class UnknownElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.UnknownElementException
-
- All Implemented Interfaces:
Serializable
public class UnknownElementException extends CitrusRuntimeException
Thrown in case an element is not found. Usually used in during validation.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownElementException()Default constructor.UnknownElementException(String message)Constructor using fields.UnknownElementException(String message, Throwable cause)Constructor using fields.UnknownElementException(Throwable cause)Constructor using fields.
-
Method Summary
-
Methods inherited from class com.consol.citrus.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownElementException
public UnknownElementException()
Default constructor.
-
UnknownElementException
public UnknownElementException(String message)
Constructor using fields.- Parameters:
message-
-
UnknownElementException
public UnknownElementException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-