|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
COM.activesw.api.client.BrokerException
COM.activesw.api.client.BrokerInputParseException
public class BrokerInputParseException
This exception is thrown by the ADL parser when the import file contents are invalid in some way.
Field Summary |
---|
Method Summary | |
---|---|
int |
getColumnNumber()
Returns the column number of the input file on which the error occurred. |
int |
getLineNumber()
Returns the line number of the input file on which the error occurred. |
java.lang.String |
toLocationString(java.io.Reader reader)
Returns a string containing the nature and location of the parse problem. |
Methods inherited from class COM.activesw.api.client.BrokerException |
---|
getCode, getDiagnostics, getMessage, getMessage, getMinorCode, setDiagnostics, toCompleteString, toCompleteString, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String toLocationString(java.io.Reader reader)
public int getLineNumber()
public int getColumnNumber()
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |