|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.ParseException
public class ParseException
Parse exception is thrown when a parsing error occurs. This exception can be thrown when parsing name/value pairs.
Constructor Summary | |
---|---|
ParseException()
Constructs a default parse exception. |
|
ParseException(java.lang.String msg)
Constructs an instance using the specified message that prompted creation of this parse exception. |
|
ParseException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance using the specified message and the throwable that prompted creation of this parse exception. |
Constructor Detail |
---|
public ParseException()
public ParseException(java.lang.String msg)
msg
- Exception message.public ParseException(java.lang.Throwable throwable, java.lang.String message)
throwable
- Throwable that prompted the exception.message
- Exception message.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |