public class SdpParseException extends SdpException
| Constructor and Description |
|---|
SdpParseException(int lineNumber,
int charOffset,
java.lang.String message)
Constructs a new SdpParseException when the parser needs to throw an
exception indicating a parsing failure.
|
SdpParseException(int lineNumber,
int charOffset,
java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new SdpParseException when the parser needs to throw an
exception indicating a parsing failure.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCharOffset()
Returns the char offset where the error occured.
|
int |
getLineNumber()
Returns the line number where the error occured
|
getRootCausepublic SdpParseException(int lineNumber,
int charOffset,
java.lang.String message,
java.lang.Throwable rootCause)
lineNumber - SDP line number that caused the exception.charOffset - offset of the characeter that caused the exception.message - a String containing the text of the exception messagerootCause - the Throwable exception that interfered with the Codelet's
normal operation, making this Codelet exception necessary.public SdpParseException(int lineNumber,
int charOffset,
java.lang.String message)
lineNumber - SDP line number that caused the exception.charOffset - offset of the characeter that caused the exception.message - a String containing the text of the exception messageCopyright © 2014. All Rights Reserved.