Now on: joopl.NotImplementedException
Represents an exception that occurs when a class member is not implemented.
Constructor
joopl.NotImplementedException
(
-
memberName
Parameters:
-
memberName
StringThe affected member name which does not implement something
Example:
throw new $global.joopl.NotImplementedException({ memberName: "someMethod"});
Properties
Methods
toString
()
String
Returns the exception message plus the stack trace as a concatenated string
Returns:
String:
The exception message plus the stack trace as a concatenated string
Properties
error
Error
Gets underlying Error
instance
innerException
Exception
Gets an inner exception (optional) which provides information about the sorrounding one
memberName
String
Gets the not implemented member name
message
String
Gets the human-readable reason text for this exception
stackTrace
Array
Gets the exception's stack trace as an array where each index is a code line