Package jmri.jmrit.logixng
Class Table.RowNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
jmri.jmrit.logixng.Table.RowNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Table
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRowNotFoundException(String name) Constructs aRowNotFoundException.RowNotFoundException(String name, Throwable cause) Constructs aRowNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RowNotFoundException
Constructs aRowNotFoundException.- Parameters:
name- the name of the row.
-
RowNotFoundException
Constructs aRowNotFoundException.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.)
-