public class SdpParseException extends SdpException
| Constructor and Description |
|---|
SdpParseException(int lineNumber,
int charOffset,
String message)
Constructs a new SdpParseException when the parser needs to throw an
exception indicating a parsing failure.
|
SdpParseException(int lineNumber,
int charOffset,
String message,
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
|
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SdpParseException(int lineNumber,
int charOffset,
String message,
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,
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 © 2021. All Rights Reserved.