public static class ErrorEvent.ErrorEventInit extends Event.EventInit
Represents a dictionary that is having optional arguments for setting the details information about the event.
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.Link, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Constructor and Description |
---|
ErrorEventInit() |
Modifier and Type | Method and Description |
---|---|
long |
getColNo()
The colno attribute must return the value it was initialized to.
|
java.lang.Object |
getError()
The error attribute must return the value it was initialized to.
|
java.lang.String |
getFileName()
The filename attribute must return the value it was initialized to.
|
long |
getLineNo()
The lineno attribute must return the value it was initialized to.
|
java.lang.String |
getMessage()
The message attribute must return the value it was initialized to.
|
void |
setColNo(long value)
The colno attribute must return the value it was initialized to.
|
void |
setError(java.lang.Object value)
The error attribute must return the value it was initialized to.
|
void |
setFileName(java.lang.String value)
The filename attribute must return the value it was initialized to.
|
void |
setLineNo(long value)
The lineno attribute must return the value it was initialized to.
|
void |
setMessage(java.lang.String value)
The message attribute must return the value it was initialized to.
|
getBubbles, getCancelable, isTrusted, setBubbles, setCancelable, setTrusted
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
public java.lang.String getMessage()
The message attribute must return the value it was initialized to. It represents the error message.
Value: The message.public void setMessage(java.lang.String value)
The message attribute must return the value it was initialized to. It represents the error message.
Value: The message.public java.lang.String getFileName()
The filename attribute must return the value it was initialized to. It represents the URL of the script in which the error originally occurred.
Value: The name of the file.public void setFileName(java.lang.String value)
The filename attribute must return the value it was initialized to. It represents the URL of the script in which the error originally occurred.
Value: The name of the file.public long getLineNo()
The lineno attribute must return the value it was initialized to. It represents the line number where the error occurred in the script.
Value: The line no.public void setLineNo(long value)
The lineno attribute must return the value it was initialized to. It represents the line number where the error occurred in the script.
Value: The line no.public long getColNo()
The colno attribute must return the value it was initialized to. It represents the column number where the error occurred in the script.
Value: The col no.public void setColNo(long value)
The colno attribute must return the value it was initialized to. It represents the column number where the error occurred in the script.
Value: The col no.public java.lang.Object getError()
The error attribute must return the value it was initialized to. Where appropriate, it is set to the object representing the error (e.g., the exception object in the case of an uncaught DOM exception).
Value: The error.public void setError(java.lang.Object value)
The error attribute must return the value it was initialized to. Where appropriate, it is set to the object representing the error (e.g., the exception object in the case of an uncaught DOM exception).
Value: The error.