pt.ul.fc.di.nlx.lxServiceClient.exceptions
Class ManageExceptions

java.lang.Object
  extended by pt.ul.fc.di.nlx.lxServiceClient.exceptions.ManageExceptions

public class ManageExceptions
extends java.lang.Object

Manages the Exceptions returned by LXClient and LXService.

Version:
1.0 (2008-03-13)
Author:
NLX-Natural Language and Speech Group of the University of Lisbon, Department of Informatics

Constructor Summary
ManageExceptions(java.lang.Exception exception)
          Construtor.
 
Method Summary
 void manage()
          Manages the exceptions throwned by LXClient or LXService.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageExceptions

public ManageExceptions(java.lang.Exception exception)

Construtor.

Parameters:
exception - the throwned Exception
Method Detail

manage

public void manage()
            throws LXException

Manages the exceptions throwned by LXClient or LXService.

Throws:
LXException - depending on the Exception caught.