lime.motes
Class BadRequestFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylime.motes.BadRequestFormatException
All Implemented Interfaces:
java.io.Serializable

public class BadRequestFormatException
extends java.lang.Exception

This exception is thrown by the LimeMoteRequest in case the tuple from which is built has an incorrect pattern.

Version:
1.0 alpha
Author:
Carlo Curino, Matteo Giani, Marco Giorgetta, Alessandro Giusti
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BadRequestFormatException()
           
BadRequestFormatException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadRequestFormatException

public BadRequestFormatException(java.lang.String s)

BadRequestFormatException

public BadRequestFormatException()