FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rJava/src/java/ObjectArrayException.java at master · s-u/rJava · GitHub
s-u
/
rJava
Public
Notifications
You must be signed in to change notification settings
Fork
78
Star
242
Code
Issues
9
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
rJava
/
src
/
java
/
ObjectArrayException.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (9 loc) · 257 Bytes
Breadcrumbs
rJava
/
src
/
java
/
ObjectArrayException.java
Copy path
File metadata and controls
10 lines (9 loc) · 257 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
/**
* Generated when one tries to access an array of primitive
* values as an array of Objects
*/
public
class
ObjectArrayException
extends
Exception
{
public
ObjectArrayException
(
String
type
){
super
(
"array is of primitive type : "
+
type
) ;
}
}
Back
|
FazBrowse Home
|
New Git URL