Return to www.inductionframework.org

com.acciente.induction.dispatcher.view
Class ViewExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acciente.induction.dispatcher.view.ViewExecutorException
All Implemented Interfaces:
java.io.Serializable

public class ViewExecutorException
extends java.lang.Exception

Internal.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Constructor Summary
ViewExecutorException(java.lang.String sViewClassName, java.lang.String sMessage)
           
ViewExecutorException(java.lang.String sViewClassName, java.lang.String sMessage, java.lang.Throwable oCause)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getViewClassName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ViewExecutorException

public ViewExecutorException(java.lang.String sViewClassName,
                             java.lang.String sMessage)

ViewExecutorException

public ViewExecutorException(java.lang.String sViewClassName,
                             java.lang.String sMessage,
                             java.lang.Throwable oCause)
Method Detail

getViewClassName

public java.lang.String getViewClassName()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Return to www.inductionframework.org

Copyright © 2008-2012 Acciente, LLC. All Rights Reserved.