|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wjhk.jupload2.exception.JUploadException
public class JUploadException
A new kind of exceptions. Currently : no other specialization than its name.
| Constructor Summary | |
|---|---|
JUploadException(String message)
Creates a new instance with a specified message. |
|
JUploadException(String message,
Throwable ex)
Creates a new instance with a specified message and original exception. |
|
JUploadException(Throwable ex)
Creates a new instance with a specified original exception. |
|
| Method Summary | |
|---|---|
String |
getClassNameAndClause()
Returns JUploadExceptionClassName:CauseClassName. |
String |
getLocation()
Retrieves the human readable location of this exception (Class.method, filename, linenumber) |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JUploadException(String message)
message - The message to be associated with this instance.public JUploadException(Throwable ex)
ex - The exception that was originally thrown.
public JUploadException(String message,
Throwable ex)
message - The message to be associated with this instance.ex - The exception that was originally thrown.| Method Detail |
|---|
public String getLocation()
public String getClassNameAndClause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||