org.barracudamvc.contrib.dbroggisch.page
Class PageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.barracudamvc.plankton.exceptions.NestableException
              extended by org.barracudamvc.core.event.EventException
                  extended by org.barracudamvc.contrib.dbroggisch.page.PageException
All Implemented Interfaces:
Serializable

public class PageException
extends EventException

Version:
1.0
Author:
Diez B. Roggisch
See Also:
Serialized Form

Constructor Summary
PageException()
           
PageException(String msg)
           
PageException(String msg, Exception ibaseException)
           
 
Method Summary
 
Methods inherited from class org.barracudamvc.plankton.exceptions.NestableException
getBaseException, getRootException
 
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

PageException

public PageException()

PageException

public PageException(String msg)

PageException

public PageException(String msg,
                     Exception ibaseException)


Copyright © 2006 BarracudaMVC.org All Rights Reserved.