Package jmri.jmrit.logixng
Class Table.ColumnNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
jmri.jmrit.logixng.Table.ColumnNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Table
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aColumnNotFoundException.ColumnNotFoundException(String name, Throwable cause) Constructs aColumnNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ColumnNotFoundException
Constructs aColumnNotFoundException.- Parameters:
name- the name of the row.
-
ColumnNotFoundException
Constructs aColumnNotFoundException.Note that the detail message associated with
causeis not automatically incorporated in this exception's detail message.- Parameters:
name- the name of the row.cause- the cause (which is saved for later retrieval by theThrowable.getCause()method). (Anullvalue is permitted, and indicates that the cause is nonexistent or unknown.)
-