|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.optimizationservices.oscommon.exception.OSException
org.optimizationservices.oscommon.exception.OSilReadingException
public class OSilReadingException
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.
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 |
---|
public OSilReadingException()
public OSilReadingException(java.lang.String message)
message
- holds the detail message.Method Detail |
---|
public int getExceptionId()
OSException
getExceptionId
in class OSException
public java.lang.String getExceptionName()
OSException
getExceptionName
in class OSException
public int getExceptionType()
OSException
getExceptionType
in class OSException
public static void main(java.lang.String[] args)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |