org.hdpagination.core
Class PaginationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hdpagination.core.PaginationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigureException

public class PaginationException
extends java.lang.RuntimeException

An exception indicating some generic error happened.

Since:
1.0
Author:
Liangfeng Ren
See Also:
Serialized Form

Constructor Summary
PaginationException()
           
PaginationException(java.lang.String msg)
           
PaginationException(java.lang.String msg, java.lang.Throwable cause)
           
PaginationException(java.lang.Throwable 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()

PaginationException

public PaginationException(java.lang.String msg)

PaginationException

public PaginationException(java.lang.String msg,
                           java.lang.Throwable cause)

PaginationException

public PaginationException(java.lang.Throwable cause)


Copyright © 2008 HDPagination All Rights Reserved.