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:
Serializable

public class ViewExecutorException
extends Exception

Internal.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Constructor Summary
ViewExecutorException(String sViewClassName, String sMessage)
           
ViewExecutorException(String sViewClassName, String sMessage, Throwable oCause)
           
 
Method Summary
 String getMessage()
           
 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(String sViewClassName,
                             String sMessage)

ViewExecutorException

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

getViewClassName

public String getViewClassName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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