jpel.tree
Class RemoveNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jpel.tree.NodeException
                    |
                    +--jpel.tree.RemoveNodeException
All Implemented Interfaces:
java.io.Serializable

public class RemoveNodeException
extends NodeException

Title: Configuration in Java

Description: Ferramentas e técnicas para ajuste de sistemas feitos em Java.

Copyright: Copyright (c) 2002

Company: CIN - UFPE

Version:
1.0
Author:
Thiago Santos (tlvls@cin.ufpe.br)
See Also:
Serialized Form

Constructor Summary
RemoveNodeException(java.lang.String message)
           
RemoveNodeException(java.lang.String message, java.lang.Throwable detail)
           
 
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

RemoveNodeException

public RemoveNodeException(java.lang.String message)

RemoveNodeException

public RemoveNodeException(java.lang.String message,
                           java.lang.Throwable detail)