net.smartlab.web.page
Class PaginationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.smartlab.web.page.PaginationException
All Implemented Interfaces:
java.io.Serializable

public class PaginationException
extends java.lang.RuntimeException

A PaginationException is thrown to signal an unexpected condition raising while trying to iterate through a Paginator instance.

Author:
rlogiacco
See Also:
Paginator, Serialized Form

Constructor Summary
PaginationException()
          Default empty constructor.
PaginationException(java.lang.String message)
          Constructs a new instance with the specified describing message.
PaginationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new instance with the specified describing message and cause.
PaginationException(java.lang.Throwable cause)
          Constructs a new instance with the specified cause.
 
Method Summary
 
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

PaginationException

public PaginationException()
Default empty constructor.


PaginationException

public PaginationException(java.lang.String message)
Constructs a new instance with the specified describing message.

Parameters:
message - the description of the occurred exception.

PaginationException

public PaginationException(java.lang.Throwable cause)
Constructs a new instance with the specified cause.

Parameters:
cause - the throwable instance wich generated this exception.

PaginationException

public PaginationException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new instance with the specified describing message and cause.

Parameters:
message - the description of the occurred exception.
cause - the throwable instance wich generated this exception.


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.