|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.etools.iseries.core.util.clprompter.ClSyntaxException
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ClSyntaxException()
Constructor for ClSyntaxException. |
|
ClSyntaxException(String arg0)
Constructor for ClSyntaxException. |
|
ClSyntaxException(com.ibm.etools.systems.core.messages.SystemMessage msg)
Constructor for ClSyntaxException. |
|
ClSyntaxException(com.ibm.etools.systems.core.messages.SystemMessage msg,
boolean terminal)
Constructor for ClSyntaxException. |
|
ClSyntaxException(com.ibm.etools.systems.core.messages.SystemMessage msg,
boolean terminal,
boolean stripOuterBrackets,
boolean isVarException,
boolean isBifException,
boolean isExpressionException)
A constructor for this class. |
|
ClSyntaxException(com.ibm.etools.systems.core.messages.SystemMessage msg,
boolean terminal,
boolean stripOuterBrackets,
boolean isVarException,
boolean isBifException,
boolean isExpressionException,
boolean isCharExpression)
A constructor for this class. |
Method Summary | |
---|---|
com.ibm.etools.systems.core.messages.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(com.ibm.etools.systems.core.messages.SystemMessage msg)
msg
- the SystemMessage for the exceptionpublic ClSyntaxException(com.ibm.etools.systems.core.messages.SystemMessage msg, boolean terminal)
msg
- the SystemMessage for the exceptionterminal
- Whether or not the exception is terminalpublic ClSyntaxException(com.ibm.etools.systems.core.messages.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(com.ibm.etools.systems.core.messages.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 com.ibm.etools.systems.core.messages.SystemMessage getSystemMessage()
public boolean isTerminal()
public boolean shouldStripOuterBrackets()
public boolean isExpressionException()
public boolean isBifException()
public boolean isVarException()
public boolean isCharException()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |