com.taggercat.util
Class NoModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.taggercat.util.NoModelException
All Implemented Interfaces:
java.io.Serializable

public class NoModelException
extends java.lang.RuntimeException

This class is used to raise "no model" exceptions within the ELPropertyResolver interfaces.

See Also:
Serialized Form
 

Constructor Summary
NoModelException()
           
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message string of this Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoModelException

public NoModelException()
Method Detail

getMessage

public java.lang.String getMessage()
Returns the detail message string of this Exception.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string of this Exception instance (which may be null).