ilog.views.diagrammer.project
Class IlvNotAProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.views.diagrammer.IlvDiagrammerException
              extended by ilog.views.diagrammer.project.IlvNotAProjectException
All Implemented Interfaces:
Serializable

public class IlvNotAProjectException
extends IlvDiagrammerException

This exception is thrown when an attempt to read a Diagrammer project from an XML file was made, but the XML file did not contain a project definition.

See Also:
Serialized Form

Constructor Summary
IlvNotAProjectException(String message, URL url)
          Creates a new "not a project" exception.
 
Method Summary
 URL getUrl()
          Returns the URL that does not contain a project.
 
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

IlvNotAProjectException

public IlvNotAProjectException(String message,
                               URL url)
Creates a new "not a project" exception.

Parameters:
message - The message for the exception.
url - The URL that does not contain a project.
Method Detail

getUrl

public URL getUrl()
Returns the URL that does not contain a project.



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