ilog.views.maps.format
Class IlvMapFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ilog.views.maps.format.IlvMapFormatException
All Implemented Interfaces:
Serializable

public class IlvMapFormatException
extends IOException

Is thrown by the readers when they encounter a format error.

Since:
ILOG JViews 3.0
See Also:
Serialized Form

Constructor Summary
IlvMapFormatException()
          Creates an instance of the class IlvMapFormatException with no message.
IlvMapFormatException(String s)
          Creates an instance of the class IlvMapFormatException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IlvMapFormatException

public IlvMapFormatException()
Creates an instance of the class IlvMapFormatException with no message.


IlvMapFormatException

public IlvMapFormatException(String s)
Creates an instance of the class IlvMapFormatException with the specified message.

Parameters:
s - The message to be displayed


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