public class InventoryReaderException extends Exception
Constructor and Description |
---|
InventoryReaderException(Exception exception)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
int |
getLineNumber() |
void |
setLineNumber(int line)
Sets the line number.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InventoryReaderException(Exception exception)
exception
- An exception.public Exception getException()
public int getLineNumber()
public void setLineNumber(int line)
line
- An integer value.Copyright © 2019. All rights reserved.