net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.variables
Class DeclareTypeOfVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.variables.DeclareTypeOfVariableException
All Implemented Interfaces:
Serializable

public class DeclareTypeOfVariableException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DeclareTypeOfVariableException(String variableName, String sourceExpression)
           
 
Method Summary
 String getJspFile()
           
 String getSourceExpression()
           
 int getTagLineNumber()
           
 String getVariableName()
           
 void setJspFile(String jspFile)
           
 void setTagLineNumber(int lineNumber)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeclareTypeOfVariableException

public DeclareTypeOfVariableException(String variableName,
                                      String sourceExpression)
Method Detail

getVariableName

public String getVariableName()

setJspFile

public void setJspFile(String jspFile)

getJspFile

public String getJspFile()

getSourceExpression

public String getSourceExpression()

setTagLineNumber

public void setTagLineNumber(int lineNumber)

getTagLineNumber

public int getTagLineNumber()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011. All Rights Reserved.