BasicFaultEvent
| Kind of class: | class |
|---|---|
| Inherits from: | BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.BasicFaultEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
BasicFaultEvent
function BasicFaultEvent (
e:EventType,
code:String,
line:String,
level:String,
details:String,
description:String,
exceptionStack:String,
sServiceMethodName:ServiceMethod)
Parameters:
code :
line :
level :
details :
description :
exceptionStack:
Instance methods
getCode
function getCode (
) : String
getDescription
function getDescription (
) : String
getDetail
function getDetail (
) : String
getExceptionStack
function getExceptionStack (
) : String
getLevel
function getLevel (
) : String
getLine
function getLine (
) : String
getServiceMethodName
function getServiceMethodName (
) : ServiceMethod
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: