public class IlvReadFileException extends Exception
Constructor and Description |
---|
IlvReadFileException()
Creates a new
IlvReadFileException . |
IlvReadFileException(String message)
Creates a new
IlvReadFileException . |
IlvReadFileException(String message,
Throwable cause)
Creates a new
IlvReadFileException . |
IlvReadFileException(Throwable cause)
Creates a new
IlvReadFileException . |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvReadFileException()
IlvReadFileException
.public IlvReadFileException(String message)
IlvReadFileException
.message
- the message of the exception.public IlvReadFileException(Throwable cause)
IlvReadFileException
.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public IlvReadFileException(String message, Throwable cause)
IlvReadFileException
.message
- the detail message (which is saved for later retrieval
by the getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public String getMessage()
getMessage
in class Throwable
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.