ilog.concert
Class IloException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ilog.concert.IloException
Direct Known Subclasses:
IloColumnArray.SizeMismatchException, IloCplex.CplexEndedException

public class IloException
extends java.lang.Exception

This is the base class for exceptions for the ilog.concert package. All exceptions (other than RuntimeExceptions) thrown by a method of an ILOG Concert Technology object are derived from this class.

See Also:
Serialized Form

Constructor Summary
IloException()
          Creates an exception without a message.
IloException(java.lang.String message)
          Creates an exception with its corresponding message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IloException

public IloException(java.lang.String message)
Creates an exception with its corresponding message.
Parameters:
message - The message.

IloException

public IloException()
Creates an exception without a message.