!ERROR=252 - Embedded Java Error
This error occurs when any Java method call in BBj throws an exception from within the actual method itself (or any of the methods that method calls).
For example:
>x! = new java.util.ArrayList()
>? x!.get(-234)
!ERROR=252(java.lang.ArrayIndexOutOfBoundsException: (-234) thrown fromjava.util.ArrayList.get())