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