|
VLab Common 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.psnc.vlab.exception.AbstractException
pl.psnc.vlab.exception.VlabException
public class VlabException
VlabException class - represents the exceptions which are thrown in
the system.
| Constructor Summary | |
|---|---|
VlabException(java.lang.String message)
Creates a new instance of VlabException |
|
VlabException(java.lang.String message,
java.lang.Exception e)
Creates a new instance of VlabException |
|
VlabException(java.lang.String message,
int code)
Creates a new instance of VlabException |
|
VlabException(java.lang.String message,
int code,
java.lang.Exception e)
Creates a new instance of VlabException |
|
| Method Summary | |
|---|---|
java.lang.String |
getBundle()
Get bundle with the i18n keys for the given exception |
| Methods inherited from class pl.psnc.vlab.exception.AbstractException |
|---|
getErrorCode, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VlabException(java.lang.String message)
message - error description
public VlabException(java.lang.String message,
java.lang.Exception e)
e - source exceptionmessage - error description
public VlabException(java.lang.String message,
int code)
code - code numbermessage - error description
public VlabException(java.lang.String message,
int code,
java.lang.Exception e)
code - code numbermessage - error description| Method Detail |
|---|
public java.lang.String getBundle()
AbstractException
getBundle in class AbstractException
|
VLab Common 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||