SpWMLException class

(en)An exception class for SpWML. Returns the type and line number of the exception that occurred.

(ja)SpWMLの例外クラスです。発生した例外の種類と行番号を返します。

Implemented types

Constructors

SpWMLException(EnumSpWMLExceptionType type, int lineStart, int lineEnd, SpWMLInfo? info)
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
info SpWMLInfo?
final
lineEnd int
final
lineStart int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EnumSpWMLExceptionType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited