|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.counterclaim.openefm.model.id.IdDispenserException

| Field Summary | |
java.lang.Throwable |
detail
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
IdDispenserException()
Constructs a IdDispenserException with no specified
detail message. |
|
IdDispenserException(java.lang.String s)
Constructs a IdDispenserException with the specified
detail message. |
|
IdDispenserException(java.lang.String s,
java.lang.Throwable ex)
Constructs a IdDispenserException with the specified
detail message and nested exception. |
|
| Method Summary | |
java.lang.String |
getMessage()
Returns the detail message, including the message from the nested exception if there is one. |
void |
printStackTrace()
Prints the composite message to System.err. |
void |
printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps. |
void |
printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer pw |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.Throwable detail
| Constructor Detail |
public IdDispenserException()
IdDispenserException with no specified
detail message.
public IdDispenserException(java.lang.String s)
IdDispenserException with the specified
detail message.
s - the detail message
public IdDispenserException(java.lang.String s,
java.lang.Throwable ex)
IdDispenserException with the specified
detail message and nested exception.
s - the detail messageex - the nested exception| Method Detail |
public java.lang.String getMessage()
public void printStackTrace()
System.err.
public void printStackTrace(java.io.PrintStream ps)
ps.
ps - the print streampublic void printStackTrace(java.io.PrintWriter pw)
pw
pw - the print writer
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||