|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.views.io.IlvReadFileException
public class IlvReadFileException
This exception may occur when reading an ILOG JViews file. The reason may be that the file is not an ILOG JViews file, that a class of graphic object cannot be found, or that the format of the file is not correct.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Returns the error message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.)| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||