public class NoSuchAttributeException extends TilesException
| Constructor and 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.
|
public NoSuchAttributeException()
public NoSuchAttributeException(java.lang.String message)
message - The detail message.public NoSuchAttributeException(java.lang.Exception e)
e - The exception to be wrapped.public NoSuchAttributeException(java.lang.String message,
java.lang.Exception e)
message - The detail message.e - The exception to be wrapped.