Class NoJavaArrayException

All Implemented Interfaces:
Serializable

public class NoJavaArrayException extends RuntimeException

Unchecked exception thrown by DirectAccessible.javaArray() method, if the object cannot be viewed as a Java array.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • NoJavaArrayException

      public NoJavaArrayException()
      Constructs an instance of this class.