|
||||||||||
| 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.eclipse.ohf.utilities.OHFException
org.eclipse.ohf.ihe.pix.source.PixSourceException
public class PixSourceException
| Constructor Summary | |
|---|---|
PixSourceException(java.lang.String message)
Create with a message. |
|
PixSourceException(java.lang.String message,
int errorConditionCode)
Create with a message and an error condition. |
|
PixSourceException(java.lang.String message,
int errorConditionCode,
java.lang.Throwable e)
Create with a message and an error condition and exception. |
|
PixSourceException(java.lang.Throwable e)
Create as a wrapper for some other exception. |
|
PixSourceException(java.lang.Throwable e,
int errorConditionCode)
Create as a wrapper for some other exception with an error condition. |
|
| Method Summary | |
|---|---|
int |
getErrorCondition()
Get the error condition for this exception. |
void |
setErrorCondition(int errorConditionCode)
Set the error condition for this exception. |
| 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 PixSourceException(java.lang.String message)
message -
public PixSourceException(java.lang.String message,
int errorConditionCode)
message - errorConditionCode -
public PixSourceException(java.lang.String message,
int errorConditionCode,
java.lang.Throwable e)
message - errorConditionCode - e - public PixSourceException(java.lang.Throwable e)
e -
public PixSourceException(java.lang.Throwable e,
int errorConditionCode)
e - errorConditionCode - | Method Detail |
|---|
public int getErrorCondition()
public void setErrorCondition(int errorConditionCode)
errorConditionCode -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||