Access keys

FileNotLoadedException

Kind of class: class
Inherits from: Exception < AbstractThrowable < Error
Version: 1.0
Author: Martin Heidegger
Classpath: org.as2lib.io.file.FileNotLoadedException
File last modified: Wednesday, 12 October 2005, 19:02:22
FileNotLoadedException to be thrown if a certain resource is not
loaded yet.

Summary

Class properties
Class properties inherited from AbstractThrowable
Instance properties
Instance properties inherited from AbstractThrowable
Class methods
Instance methods

Constructor

FileNotLoadedException

function FileNotLoadedException (
message:String, thrower, args:Array)
Constructs a new FileNotLoadedException.

All arguments are allowed to be null or undefined. But if
one is, the string representation returned by the toString method
will not be complete.

The args array should be the internal arguments array of the
method that throws the throwable. The internal arguments array exists in
every method and contains its parameters, the callee method and the caller
method. You can refernce it in every method using the name
"arguments".

Parameters:
message:
the message that describes the problem in detail
thrower:
the object that declares the method that throws this
exception
args :
the arguments of the throwing method