|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.struts.tiles.TilesException org.apache.struts.tiles.DefinitionsFactoryException
public class DefinitionsFactoryException
Exception thrown when an error occurs while the factory tries to create a new instance mapper.
Constructor Summary | |
---|---|
DefinitionsFactoryException()
Constructor. |
|
DefinitionsFactoryException(java.lang.Exception e)
Create a new DefinitionsFactoryException wrapping an existing exception. |
|
DefinitionsFactoryException(java.lang.String message)
Constructor. |
|
DefinitionsFactoryException(java.lang.String message,
java.lang.Exception e)
Create a new DefinitionsFactoryException from an existing exception. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Return the embedded exception, if any. |
java.lang.String |
getMessage()
Return a detail message for this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public DefinitionsFactoryException()
public DefinitionsFactoryException(java.lang.String message)
message
- The error or warning message.public DefinitionsFactoryException(java.lang.Exception 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(java.lang.String message, java.lang.Exception 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.Method Detail |
---|
public java.lang.String getMessage()
If there is a embedded exception, and if the DefinitionsFactoryException has no detail message of its own, this method will return the detail message from the embedded exception.
getMessage
in class TilesException
public java.lang.Exception getException()
getException
in class TilesException
null
if there is none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |