Save This Page
Home » tiles-2.0.6-src » org.apache » tiles » [javadoc | source]
org.apache.tiles
public class: TilesException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.tiles.TilesException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    NoSuchPreparerException, NoSuchDefinitionException, PreparerException, DefinitionsFactoryException, FactoryNotFoundException

Root class for all Tiles-exceptions.
Constructor:
 public TilesException() 
 public TilesException(String message) 
    Constructor.
    Parameters:
    message - The error or warning message.
 public TilesException(Exception e) 
    Create a new TilesException wrapping an existing exception.

    The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.

    Parameters:
    e - The exception to be wrapped.
 public TilesException(String message,
    Exception e) 
    Create a new TilesException from 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.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait