|
||||||||||
| 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
public abstract class OSException
The OSException class is the the parent class of
all the Optimization Services related exception classes.
| Constructor Summary | |
|---|---|
OSException()
Default constructor. |
|
OSException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
| Method Summary | |
|---|---|
abstract int |
getExceptionId()
get exeption id |
abstract java.lang.String |
getExceptionName()
get exception name |
abstract 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 OSException()
public OSException(java.lang.String message)
message - holds the detail message.| Method Detail |
|---|
public abstract int getExceptionId()
public abstract java.lang.String getExceptionName()
public abstract int getExceptionType()
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 | |||||||||