Class DefinitionsFactoryException

All Implemented Interfaces:
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:
  • Constructor Details

    • DefinitionsFactoryException

      public DefinitionsFactoryException()
      Constructor.
    • DefinitionsFactoryException

      public DefinitionsFactoryException(String message)
      Constructor.
      Parameters:
      message - The error or warning message.
    • DefinitionsFactoryException

      public DefinitionsFactoryException(Exception e)
      Create a new DefinitionsFactoryException wrapping an existing exception.
      Parameters:
      e - The exception to be wrapped.
    • DefinitionsFactoryException

      public DefinitionsFactoryException(String message, Exception e)
      Create a new DefinitionsFactoryException from an existing exception.
      Parameters:
      message - The detail message.
      e - The root cause exception