ilog.views.diagrammer.project
Class IlvNotAProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ilog.views.diagrammer.IlvDiagrammerException
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
|
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 |
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.
getUrl
public URL getUrl()
- Returns the URL that does not contain a project.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.