WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.appserver.parser.woml.WOMLNodeException
All Implemented Interfaces:
Serializable

public class WOMLNodeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WOMLNodeException(String message, WOMLNode node)
           
WOMLNodeException(String message, WOMLNode node, Throwable cause)
           
WOMLNodeException(WOMLNode node)
           
WOMLNodeException(WOMLNode node, Throwable cause)
           
 
Method Summary
 WOMLNode getNode()
           
 
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

WOMLNodeException

public WOMLNodeException(WOMLNode node)

WOMLNodeException

public WOMLNodeException(String message,
                         WOMLNode node,
                         Throwable cause)

WOMLNodeException

public WOMLNodeException(String message,
                         WOMLNode node)

WOMLNodeException

public WOMLNodeException(WOMLNode node,
                         Throwable cause)
Method Detail

getNode

public WOMLNode getNode()

Last updated June 2008

Copyright © 2000-2008 Apple Inc.