|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jboolexpr.MalformedBooleanException
public final class MalformedBooleanException
If the Boolean String Expression is malformed.
Method Summary | |
---|---|
java.lang.String |
getBooleanExpression()
Returns the Boolean String Expression. |
java.util.List |
getBooleanExpressionErrorIndexes()
Returns the error indexes. |
java.lang.String |
getBooleanExpressionErrorMessage()
Returns the error message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getBooleanExpression()
public java.util.List getBooleanExpressionErrorIndexes()
public java.lang.String getBooleanExpressionErrorMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |