|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.SyntaxException
public class SyntaxException
Exception that is thrown when a validation method has determined that
an invalid syntax. Note that this
class extends ChainedException which
provides the capability to wrap exceptions.
| Constructor Summary | |
|---|---|
SyntaxException()
Default constructor that uses a default exception message. |
|
SyntaxException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception. |
|
SyntaxException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance using the specified message and a throwable that prompted creation of this syntax exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.sas.util.ChainedException |
|---|
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer |
| Constructor Detail |
|---|
public SyntaxException()
public SyntaxException(java.lang.String message)
message - Message describing the syntax violation that is suitable
for presentation to the user.
public SyntaxException(java.lang.Throwable throwable,
java.lang.String message)
throwable - Throwable that prompted the exception.message - Message describing the syntax violation that is suitable
for presentation to the user.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||