|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.etools.iseries.rse.util.clprompter.ClSyntaxException
public class ClSyntaxException
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ClSyntaxException()
Constructor for ClSyntaxException. |
|
ClSyntaxException(String arg0)
Constructor for ClSyntaxException. |
|
ClSyntaxException(SystemMessage msg)
Constructor for ClSyntaxException. |
|
ClSyntaxException(SystemMessage msg,
boolean terminal)
Constructor for ClSyntaxException. |
|
ClSyntaxException(SystemMessage msg,
boolean terminal,
boolean stripOuterBrackets,
boolean isVarException,
boolean isBifException,
boolean isExpressionException)
A constructor for this class. |
|
ClSyntaxException(SystemMessage msg,
boolean terminal,
boolean stripOuterBrackets,
boolean isVarException,
boolean isBifException,
boolean isExpressionException,
boolean isCharExpression)
A constructor for this class. |
Method Summary | |
---|---|
SystemMessage |
getSystemMessage()
Used to retrieve the system message |
boolean |
isBifException()
Indicates whether or not the exception is related to a BIF |
boolean |
isCharException()
|
boolean |
isExpressionException()
Indicates whether or not the exception is related to an expression |
boolean |
isTerminal()
indicates whether or not the exception should be treated as terminal |
boolean |
isVarException()
Indicates whether or not the exception is related to a variable |
boolean |
shouldStripOuterBrackets()
indicates whether outer brackets should get stripped. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ClSyntaxException()
public ClSyntaxException(String arg0)
arg0
- public ClSyntaxException(SystemMessage msg)
msg
- the SystemMessage for the exceptionpublic ClSyntaxException(SystemMessage msg, boolean terminal)
msg
- the SystemMessage for the exceptionterminal
- Whether or not the exception is terminalpublic ClSyntaxException(SystemMessage msg, boolean terminal, boolean stripOuterBrackets, boolean isVarException, boolean isBifException, boolean isExpressionException)
msg
- the SystemMessage for the exceptionterminal
- Whether or not the exception is terminalstripOuterBrackets
- Whether or not the exception indicates that outer brackets should be stripped.isVarException
- Indicates whether or not the exception is variable relatedisBifException
- Indicates whether or not the exception is related to a built-in function.isExpressionException
- Indicates whether or not the exception is related to an expressionpublic ClSyntaxException(SystemMessage msg, boolean terminal, boolean stripOuterBrackets, boolean isVarException, boolean isBifException, boolean isExpressionException, boolean isCharExpression)
msg
- the SystemMessage for the exceptionterminal
- Whether or not the exception is terminalstripOuterBrackets
- Whether or not the exception indicates that outer brackets should be stripped.isVarException
- Indicates whether or not the exception is variable relatedisBifException
- Indicates whether or not the exception is related to a built-in function.isExpressionException
- Indicates whether or not the exception is related to an expressionMethod Detail |
---|
public SystemMessage getSystemMessage()
public boolean isTerminal()
public boolean shouldStripOuterBrackets()
public boolean isExpressionException()
public boolean isBifException()
public boolean isVarException()
public boolean isCharException()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |