ilog.cpl.storage
Class IlpDeploymentParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IlpDeploymentParsingException(Exception e, String s)
          Constructs an IlpDeploymentParsingException as a wrapper of an existing exception with the specified detailed message.
IlpDeploymentParsingException(String s)
          Constructs an IlpDeploymentParsingException with the specified detailed message.
 
Method Summary
 Exception getException()
          Returns the embedded exception, if any.
 
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

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.
Method Detail

getException

public Exception getException()
Returns the embedded exception, if any.



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