Package org.apache.tiles.template
Class NoSuchAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tiles.TilesException
-
- org.apache.tiles.template.NoSuchAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchAttributeException extends TilesException
Indicates that a named attribute has not been found.- Since:
- 2.2.0
- Version:
- $Rev: 755432 $ $Date: 2009-03-18 09:39:01 +1100 (Wed, 18 Mar 2009) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchAttributeException()
Constructor.NoSuchAttributeException(java.lang.Exception e)
Constructor.NoSuchAttributeException(java.lang.String message)
Constructor.NoSuchAttributeException(java.lang.String message, java.lang.Exception e)
Constructor.
-
-
-
Constructor Detail
-
NoSuchAttributeException
public NoSuchAttributeException()
Constructor.- Since:
- 2.2.0
-
NoSuchAttributeException
public NoSuchAttributeException(java.lang.String message)
Constructor.- Parameters:
message
- The detail message.- Since:
- 2.2.0
-
NoSuchAttributeException
public NoSuchAttributeException(java.lang.Exception e)
Constructor.- Parameters:
e
- The exception to be wrapped.- Since:
- 2.2.0
-
NoSuchAttributeException
public NoSuchAttributeException(java.lang.String message, java.lang.Exception e)
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.- Since:
- 2.2.0
-
-