Uses of Class
jade.content.frame.FrameException
-
Packages that use FrameException Package Description jade.content.frame -
-
Uses of FrameException in jade.content.frame
Methods in jade.content.frame that throw FrameException Modifier and Type Method Description FrameLEAPFrameCodec. decode(byte[] content)Transform a sequence of bytes encoded according to the LEAP language into a FrameFrameSLFrameCodec. decode(String content)Transform a String encoded according to the SL language into a Framebyte[]LEAPFrameCodec. encode(Frame content)Transform a Frame into a sequence of bytes encoded according to the LEAP languageStringSLFrameCodec. encode(Frame content)Transform a Frame into a String encoded according to the SL language
-