ilog.cpl.storage
Class IlpDeploymentParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ilog.cpl.storage.IlpDeploymentParsingException
- All Implemented Interfaces:
- Serializable
public class IlpDeploymentParsingException
- extends Exception
Exception class for exceptions sent when parsing the deployment descriptor.
- Since:
- JTGO 3.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IlpDeploymentParsingException
public IlpDeploymentParsingException(String s)
- Constructs an
IlpDeploymentParsingException
with the specified detailed message.
- Parameters:
s - The detailed message.
IlpDeploymentParsingException
public IlpDeploymentParsingException(Exception e,
String s)
- Constructs an
IlpDeploymentParsingException
as a wrapper of an existing exception with the specified detailed message.
- Parameters:
e - The existing exception.s - The detailed message.
getException
public Exception getException()
- Returns the embedded exception, if any.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.