pt.ul.fc.di.nlx.lxServiceClient.exceptions.client
Class SentenceLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.ul.fc.di.nlx.lxServiceClient.exceptions.LXException
              extended by pt.ul.fc.di.nlx.lxServiceClient.exceptions.client.SentenceLengthException
All Implemented Interfaces:
java.io.Serializable

public class SentenceLengthException
extends LXException

Represents an LXException that is returned when the client sends to the service a sentence bigger than the maximum length allowed
(exception reported by the LXClient).

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

Constructor Summary
SentenceLengthException()
          Constructor.
 
Method Summary
 
Methods inherited from class pt.ul.fc.di.nlx.lxServiceClient.exceptions.LXException
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

SentenceLengthException

public SentenceLengthException()
Constructor.