ilog.views.io
Class IlvReadFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.views.io.IlvReadFileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlvFieldNotFoundException, IlvFileValueException

public class IlvReadFileException
extends Exception

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.

See Also:
Serialized Form

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

IlvReadFileException

public IlvReadFileException()
Creates a new IlvReadFileException.


IlvReadFileException

public IlvReadFileException(String message)
Creates a new IlvReadFileException.

Parameters:
message - the message of the exception.

IlvReadFileException

public IlvReadFileException(Throwable cause)
Creates a new IlvReadFileException.

Parameters:
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.)
Since:
JViews 7.5

IlvReadFileException

public IlvReadFileException(String message,
                            Throwable cause)
Creates a new IlvReadFileException.

Parameters:
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.)
Since:
JViews 7.5
Method Detail

getMessage

public String getMessage()
Returns the error message.

Overrides:
getMessage in class Throwable


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.