|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.appserver.parser.WOParserException
public class WOParserException
| 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 |
|---|
public WOParserException(String message)
public WOParserException(Throwable cause)
public WOParserException(String message,
Throwable cause)
public WOParserException(String referenceName,
WOMLPosition position,
Throwable cause)
public WOParserException(String referenceName,
WOMLPosition position,
String message,
Throwable cause)
public WOParserException(String referenceName,
WOMLPosition position)
public WOParserException(String referenceName,
WOMLPosition position,
String message)
| Method Detail |
|---|
public String getReferenceName()
public WOMLPosition getPosition()
public String toString()
toString in class Throwable
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||