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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.ul.fc.di.nlx.lxServiceClient.exceptions.LXException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NullSentenceProvidedException, NullSentenceReturnedException, SentenceLengthException, ServiceNotAvailableException, UsernameAuthenticationFailedException, UsernameVerificationFailedException

public abstract class LXException
extends java.lang.Exception

LXException defines the form of the exceptions to be thrown by the LXClient.

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

Constructor Summary
LXException()
          Constructor
 
Method Summary
 void printStackTrace()
          Overrides the method "java.lang.Throwable#printStackTrace()"
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LXException

public LXException()
Constructor

Method Detail

printStackTrace

public void printStackTrace()
Overrides the method "java.lang.Throwable#printStackTrace()"

Overrides:
printStackTrace in class java.lang.Throwable
See Also:
Throwable.printStackTrace()