com.sri.emo.dbobj.model_tree
Class ViewVisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sri.emo.dbobj.model_tree.ViewVisitorException
All Implemented Interfaces:
Serializable

public class ViewVisitorException
extends RuntimeException

Exception that is thrown whenever something happens while visiting a node.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
ViewVisitorException()
          Default constructor, no message, no nested exception.
ViewVisitorException(String message)
          Constructor that takes a message.
ViewVisitorException(String message, Throwable cause)
          Constructor that takes a message and a nested exception.
ViewVisitorException(Throwable cause)
          Constructor that takes a nested exception.
 
Method Summary
 
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

ViewVisitorException

public ViewVisitorException()
Default constructor, no message, no nested exception.


ViewVisitorException

public ViewVisitorException(String message)
Constructor that takes a message.

Parameters:
message - String

ViewVisitorException

public ViewVisitorException(String message,
                            Throwable cause)
Constructor that takes a message and a nested exception.

Parameters:
message - String
cause - Throwable

ViewVisitorException

public ViewVisitorException(Throwable cause)
Constructor that takes a nested exception.

Parameters:
cause - Throwable


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.