|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.apache.struts.tiles Class DefinitionsFactoryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.struts.tiles.TilesException
|
+--org.apache.struts.tiles.DefinitionsFactoryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FactoryNotFoundException, NoSuchDefinitionException
- public class DefinitionsFactoryException
- extends TilesException
Exception thrown when an error occurs while the factory tries to create a new instance mapper.
- See Also:
- Serialized Form
| Field Summary | |
private java.lang.Exception |
exception
Any "wrapped" exception will be exposed when this is serialized. |
| Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
| 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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
exception
private java.lang.Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
| Constructor Detail |
DefinitionsFactoryException
public DefinitionsFactoryException()
- Constructor.
DefinitionsFactoryException
public DefinitionsFactoryException(java.lang.String message)
- Constructor.
- Parameters:
message- The error or warning message.
DefinitionsFactoryException
public DefinitionsFactoryException(java.lang.Exception e)
- Create a new
DefinitionsFactoryExceptionwrapping an existing exception.The existing exception will be embedded in the new one and its message will become the default message for the DefinitionsFactoryException.
- Parameters:
e- The exception to be wrapped.
DefinitionsFactoryException
public DefinitionsFactoryException(java.lang.String message,
java.lang.Exception e)
- Create a new
DefinitionsFactoryExceptionfrom an existing exception.The existing exception will be embedded in the new one, but the new exception will have its own message.
- Parameters:
message- The detail message.e- The exception to be wrapped.
| Method Detail |
getMessage
public java.lang.String getMessage()
- Return a detail message for this exception.
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.
- Overrides:
getMessagein classTilesException
- Returns:
- The error or warning message.
getException
public java.lang.Exception getException()
- Return the embedded exception, if any.
- Overrides:
getExceptionin classTilesException
- Returns:
- The embedded exception, or
nullif there is none.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2000-2005 - The Apache Software Foundation