org.optimizationservices.oscommon.exception
Class OSilReadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.optimizationservices.oscommon.exception.OSException
              extended by org.optimizationservices.oscommon.exception.OSilReadingException
All Implemented Interfaces:
java.io.Serializable

public class OSilReadingException
extends OSException

The OSilReadingException class is any exception when reading the OSiL instance.

The OSException class is the the parent class of all the Optimization Services related exception classes.

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin
See Also:
Serialized Form

Constructor Summary
OSilReadingException()
          Default constructor.
OSilReadingException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 int getExceptionId()
          get exeption id
 java.lang.String getExceptionName()
          get exception name
 int getExceptionType()
          get exception type
static void main(java.lang.String[] args)
          main for test purposes.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSilReadingException

public OSilReadingException()
Default constructor.


OSilReadingException

public OSilReadingException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - holds the detail message.
Method Detail

getExceptionId

public int getExceptionId()
Description copied from class: OSException
get exeption id

Specified by:
getExceptionId in class OSException
Returns:
exception id

getExceptionName

public java.lang.String getExceptionName()
Description copied from class: OSException
get exception name

Specified by:
getExceptionName in class OSException
Returns:
exception name

getExceptionType

public int getExceptionType()
Description copied from class: OSException
get exception type

Specified by:
getExceptionType in class OSException
Returns:
exception type

main

public static void main(java.lang.String[] args)
main for test purposes.

Parameters:
argv - command line arguments.