Package org.jbehave.core.model
Class ExamplesTable.ColumnNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbehave.core.model.ExamplesTable.ColumnNotFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExamplesTable
public static class ExamplesTable.ColumnNotFound extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnNotFound(String columnName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ColumnNotFound
public ColumnNotFound(String columnName)
-
-