WebObjects 5.4.2

com.webobjects.appserver.parser
Class WOParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.appserver.parser.WOParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WODeclarationFormatException, WOMLTemplateParserException

public class WOParserException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WOParserException(String message)
           
WOParserException(String message, Throwable cause)
           
WOParserException(String referenceName, WOMLPosition position)
           
WOParserException(String referenceName, WOMLPosition position, String message)
           
WOParserException(String referenceName, WOMLPosition position, String message, Throwable cause)
           
WOParserException(String referenceName, WOMLPosition position, Throwable cause)
           
WOParserException(Throwable cause)
           
 
Method Summary
 WOMLPosition getPosition()
           
 String getReferenceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOParserException

public WOParserException(String message)

WOParserException

public WOParserException(Throwable cause)

WOParserException

public WOParserException(String message,
                         Throwable cause)

WOParserException

public WOParserException(String referenceName,
                         WOMLPosition position,
                         Throwable cause)

WOParserException

public WOParserException(String referenceName,
                         WOMLPosition position,
                         String message,
                         Throwable cause)

WOParserException

public WOParserException(String referenceName,
                         WOMLPosition position)

WOParserException

public WOParserException(String referenceName,
                         WOMLPosition position,
                         String message)
Method Detail

getReferenceName

public String getReferenceName()

getPosition

public WOMLPosition getPosition()

toString

public String toString()
Overrides:
toString in class Throwable

Last updated June 2008

Copyright © 2000-2008 Apple Inc.