VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
List of all members | Public Member Functions | Static Private Attributes
com.mak.vrlj.vl.VrlException Class Reference

Base Exception class for all VR-Link Java Exceptions. More...

+ Inheritance diagram for com.mak.vrlj.vl.VrlException:
+ Collaboration diagram for com.mak.vrlj.vl.VrlException:

Public Member Functions

 VrlException ()
 No-arg constructor.
 VrlException (String message)
 VrlException (String message, Throwable cause)
 VrlException (String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
 VrlException (Throwable cause)

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

No-arg constructor.

com.mak.vrlj.vl.VrlException.VrlException ( String  message)
inline
Parameters
messagean error message related to the exception.
com.mak.vrlj.vl.VrlException.VrlException ( String  message,
Throwable  cause 
)
inline
Parameters
messagean error message related to the exception.
causeanother exception which caused this exception.
com.mak.vrlj.vl.VrlException.VrlException ( String  message,
Throwable  cause,
boolean  enableSuppression,
boolean  writableStackTrace 
)
inline
Parameters
messagean error message related to the exception.
causeanother exception which caused this exception.
enableSuppressiontrue to enable suppression of stack trace for this exception.
writableStackTracetrue if the stack trace can be modified.
com.mak.vrlj.vl.VrlException.VrlException ( Throwable  cause)
inline
Parameters
causeanother 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:

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)