org.moremotion.page
Class ADOMFormatingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.moremotion.exception.MoreMotionException
              extended byorg.moremotion.servlet.ServiceException
                  extended byorg.moremotion.page.PageGenerationException
                      extended byorg.moremotion.page.ADOMFormatingException
All Implemented Interfaces:
java.io.Serializable

public class ADOMFormatingException
extends PageGenerationException

Indicates that something goes wrong with formatting an ADOM

Version:
$Id: ADOMFormatingException.java 51 2008-03-10 11:46:54Z erkan $
See Also:
Serialized Form

Constructor Summary
ADOMFormatingException(java.lang.Exception rootCause)
           
ADOMFormatingException(java.lang.String messsage)
           
ADOMFormatingException(java.lang.String messsage, java.lang.String[] arguments, java.lang.Exception rootCause)
           
 
Methods inherited from class org.moremotion.exception.MoreMotionException
getArguments, getLocalizedMessage, getMessage, getOriginalSQLException, getResBundleName, getResourceMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setResBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADOMFormatingException

public ADOMFormatingException(java.lang.Exception rootCause)

ADOMFormatingException

public ADOMFormatingException(java.lang.String messsage)

ADOMFormatingException

public ADOMFormatingException(java.lang.String messsage,
                              java.lang.String[] arguments,
                              java.lang.Exception rootCause)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.