
public class NoSuchAttributeException extends TilesException
| Constructor and Description |
|---|
NoSuchAttributeException()
Constructor.
|
NoSuchAttributeException(Exception e)
Constructor.
|
NoSuchAttributeException(String message)
Constructor.
|
NoSuchAttributeException(String message,
Exception e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchAttributeException()
public NoSuchAttributeException(String message)
message - The detail message.public NoSuchAttributeException(Exception e)
e - The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.