Base Exception class for all VR-Link Java Exceptions.
More...
Static Private Attributes |
| static final long | serialVersionUID = -6225204510681678828L |
| | Generated serialVersionUID for serialization.
|
Detailed Description
Base Exception class for all VR-Link Java Exceptions.
Constructor & Destructor Documentation
| com.mak.vrlj.vl.VrlException.VrlException |
( |
| ) |
|
|
inline |
| com.mak.vrlj.vl.VrlException.VrlException |
( |
String |
message | ) |
|
|
inline |
- Parameters
-
| message | an error message related to the exception. |
| com.mak.vrlj.vl.VrlException.VrlException |
( |
String |
message, |
|
|
Throwable |
cause |
|
) |
| |
|
inline |
- Parameters
-
| message | an error message related to the exception. |
| cause | another exception which caused this exception. |
| com.mak.vrlj.vl.VrlException.VrlException |
( |
String |
message, |
|
|
Throwable |
cause, |
|
|
boolean |
enableSuppression, |
|
|
boolean |
writableStackTrace |
|
) |
| |
|
inline |
- Parameters
-
| message | an error message related to the exception. |
| cause | another exception which caused this exception. |
| enableSuppression | true to enable suppression of stack trace for this exception. |
| writableStackTrace | true if the stack trace can be modified. |
| com.mak.vrlj.vl.VrlException.VrlException |
( |
Throwable |
cause | ) |
|
|
inline |
- Parameters
-
| cause | another exception which caused this exception. |
Member Data Documentation
| final long com.mak.vrlj.vl.VrlException.serialVersionUID = -6225204510681678828L |
|
staticprivate |
Generated serialVersionUID for serialization.
The documentation for this class was generated from the following file: