net.xineo.xml.handler.tree
Class TreeFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.xineo.xml.handler.tree.TreeFormatException
All Implemented Interfaces:
java.io.Serializable

public class TreeFormatException
extends java.lang.Exception

This exception is thrown when the XML description of a handler tree is not valid.

Version:
1.0
Author:
Fr�d�rik Bilhaut
See Also:
Serialized Form

Constructor Summary
TreeFormatException()
          Creates new TreeFormatException without detail message.
TreeFormatException(java.lang.Exception exception)
          Constructs a TreeFormatException with the message of another exception.
TreeFormatException(java.lang.String message)
          Constructs an TreeFormatException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TreeFormatException

public TreeFormatException()
Creates new TreeFormatException without detail message.


TreeFormatException

public TreeFormatException(java.lang.String message)
Constructs an TreeFormatException with the specified detail message.

Parameters:
message - the detail message.

TreeFormatException

public TreeFormatException(java.lang.Exception exception)
Constructs a TreeFormatException with the message of another exception.



Copyright © 2002 Frédérik Bilhaut - Xineo.NET