| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.ws.exception.WsException
|
+--com.ibm.wsspi.classify.RuleParserException
Constructor Summary | |
---|---|
RuleParserException()
|
|
RuleParserException(java.lang.String)
|
|
RuleParserException(java.lang.Throwable)
|
Method Summary | |
---|---|
public
String | tellMeExactProblem()
Returns specific error text for parsing problems. For example, if the single quote mark.
|
Methods inherited from com.ibm.ws.exception.WsException |
---|
getCause, initCause |
Methods inherited from java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RuleParserException( | ) |
public RuleParserException( | String s )
|
public RuleParserException( | Throwable th )
|
Method Detail |
public String tellMeExactProblem( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |