js.tinyvm
Class ExceptionRecord
java.lang.Object
js.tinyvm.ExceptionRecord
- All Implemented Interfaces:
- WritableData
public class ExceptionRecord
- extends Object
- implements WritableData
- Rating

ExceptionRecord
public ExceptionRecord(CodeException aExcep,
Binary aBinary,
JavaClass aCF)
throws Exception
- Throws:
Exception
getLength
public int getLength()
- Description copied from interface:
WritableData
- Returns the length of the record, in bytes.
- Specified by:
getLength
in interface WritableData
dump
public void dump(IByteWriter aOut)
throws TinyVMException
- Description copied from interface:
WritableData
- Dump.
- Specified by:
dump
in interface WritableData
- Parameters:
aOut
- writer to write binary to
- Throws:
TinyVMException
equals
public boolean equals(Object aOther)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object