Public Member Functions

cl.utfsm.samplingSystemUI.core.SamplingManagerException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 SamplingManagerException ()
 SamplingManagerException (String msg)
 SamplingManagerException (String msg, Exception e)

Detailed Description

Custom exception class, not much more than that


Constructor & Destructor Documentation

cl.utfsm.samplingSystemUI.core.SamplingManagerException.SamplingManagerException (  ) 

Generic constructor, same as Exception

See also:
Exception
cl.utfsm.samplingSystemUI.core.SamplingManagerException.SamplingManagerException ( String  msg  ) 

Adds a message to the Generic Exception

Parameters:
msg Message to be added to the regular Exception
cl.utfsm.samplingSystemUI.core.SamplingManagerException.SamplingManagerException ( String  msg,
Exception  e 
)

Another extension of Exception, now also adds a Generic Exception to the mix

Parameters:
msg Message to be added to the Exceotion
e Generic Exception to be attached

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties