WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLTemplateParserException

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
                  extended by com.webobjects.appserver.parser.woml.WOMLTemplateParserException
All Implemented Interfaces:
Serializable

public class WOMLTemplateParserException
extends WOParserException

See Also:
Serialized Form

Constructor Summary
WOMLTemplateParserException(String referenceName, WOMLPosition position)
           
WOMLTemplateParserException(String referenceName, WOMLPosition position, String message)
           
WOMLTemplateParserException(String referenceName, WOMLPosition position, String message, Throwable cause)
           
WOMLTemplateParserException(String referenceName, WOMLPosition position, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.webobjects.appserver.parser.WOParserException
getPosition, getReferenceName, 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

WOMLTemplateParserException

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

WOMLTemplateParserException

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

WOMLTemplateParserException

public WOMLTemplateParserException(String referenceName,
                                   WOMLPosition position)

WOMLTemplateParserException

public WOMLTemplateParserException(String referenceName,
                                   WOMLPosition position,
                                   String message)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.