This project has retired. For details please refer to its Attic page.
NoSuchAttributeException (Tiles 2 2.2.2 API)

org.apache.tiles.template
Class NoSuchAttributeException

Package class diagram package NoSuchAttributeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.template.NoSuchAttributeException
All Implemented Interfaces:
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-17 23:39:01 +0100 (mar, 17 mar 2009) $
See Also:
Serialized Form

Constructor Summary
NoSuchAttributeException()
          Constructor.
NoSuchAttributeException(Exception e)
          Constructor.
NoSuchAttributeException(String message)
          Constructor.
NoSuchAttributeException(String message, Exception e)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NoSuchAttributeException

public NoSuchAttributeException()
Constructor.

Since:
2.2.0

NoSuchAttributeException

public NoSuchAttributeException(String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.2.0

NoSuchAttributeException

public NoSuchAttributeException(Exception e)
Constructor.

Parameters:
e - The exception to be wrapped.
Since:
2.2.0

NoSuchAttributeException

public NoSuchAttributeException(String message,
                                Exception e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped.
Since:
2.2.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.