ilog.views.maps.projection
Class IlvCollectionParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.views.maps.projection.IlvCollectionParseException
All Implemented Interfaces:
Serializable

public class IlvCollectionParseException
extends Exception

The exception thrown by collections when an error occurs while parsing their definition file.

Since:
JViews 5.0
See Also:
Serialized Form

Constructor Summary
IlvCollectionParseException()
          Creates an instance of the class IlvCollectionParseException with no message.
IlvCollectionParseException(String s)
          Creates an instance of the class IlvCollectionParseException 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

IlvCollectionParseException

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


IlvCollectionParseException

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

Parameters:
s - The message.


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