public class DefinitionsFactoryException extends TilesException
Constructor and Description |
---|
DefinitionsFactoryException()
Constructor.
|
DefinitionsFactoryException(String message)
Constructor.
|
DefinitionsFactoryException(String message,
Throwable e)
Create a new
DefinitionsFactoryException from an existing exception. |
DefinitionsFactoryException(Throwable e)
Create a new
DefinitionsFactoryException wrapping an existing exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DefinitionsFactoryException()
public DefinitionsFactoryException(String message)
message
- The error or warning message.public DefinitionsFactoryException(Throwable e)
DefinitionsFactoryException
wrapping an existing exception.
The existing exception will be embedded in the new one and its message will become the default message for the DefinitionsFactoryException.
e
- The exception to be wrapped.public DefinitionsFactoryException(String message, Throwable e)
DefinitionsFactoryException
from an existing exception.
The existing exception will be embedded in the new one, but the new exception will have its own message.
message
- The detail message.e
- The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.