An exception that indicates that the arguments supplied to a method or function are not valid for their intended purpose, or are different to the format expected by the method.

learn more… | top users | synonyms

0
votes
1answer
31 views

SimpleDateFormat - Strange IllegalArgumentException

I've got problem with SimpleDateFormat. I'm given string with date like this: "2013-05-17 10:15:44" And try to parse it with this: SimpleDateFormat simpleDateFormat = new ...
0
votes
2answers
42 views

inserting nothing in a .setText() method After loading textfile with FileReader

i'm finishing a java project for school but i'm stuck at a certain point. The assignment is to make a task-planner which should be able t save tasks u add/edit or delete and save that information on ...
0
votes
0answers
14 views

IllegalArgumentException in setDataSource for MediaPlayer

I'm trying to setDataSource for my mediaplayer but when I do that I get IllegalArgumentException. I couldn't identify the prob, is there anything missing? mediaPlayer = new MediaPlayer(); try{ ...
-1
votes
2answers
63 views

IllegalArgumentException: Color parameter outside of expected range: Red Green Blue

when I tested my code with JUnit, the following error occured: java.lang.IllegalArgumentException: Color parameter outside of expected range: Red Green Blue Honestly, I don't know why. My code is ...
0
votes
1answer
36 views

Android [IllegalArgumentException: the bind value at index 1 is null] for no apparent reason

I am trying to get some methods concerning databases working when referenced from two different activities which causes me to re-initialize the whole database with different contexts in the same ...
0
votes
3answers
72 views

Code doesn't works but I get no error messages

Error: Strange enough I get no errors. What I'm trying to make: ( I also added // messages that explains what my code does.) What I'm trying to make is fairly simple. 1) Fill in a name in the ...
0
votes
2answers
29 views

Force an IllegalArgumentException

One of my past exam paper questions requires me to modify a method in such a way that an IllegalArgumentException occurs. The method simply involves withdrawing money from a bank account balance ...
0
votes
2answers
71 views

Creating byte array to image using ImageIo [duplicate]

I am reading a binary file and changing some values and creating a image file from that. Here is my code public class Capture { private static final String inputFile = "E:\\Capture_Mod1.BIN"; ...
-3
votes
0answers
30 views

slider illegal argument exception?

Hi guys i'm new to android and getting illegal argument exception while using slider.package com.example.simplecounter; import com.example.com.simplecounter.R; import android.app.Activity; import ...
-1
votes
1answer
130 views

Google Drive on android error: java.lang.IllegalArgumentException: the name must not be empty: null

I got stuck with an "java.lang.IllegalArgumentException: the name must not be empty: null" Exception on Google Drive Android app. I have been googling several day without getting any clue. This is ...
3
votes
3answers
159 views

Reflections IllegalArgumentException causes

UPDATE - To make the question clearer. What is the possible cause of getting a ClassCastException while calling a method via reflections? I got the following stacktrace as a part of my application ...
1
vote
7answers
74 views

Java: Catching exception - unchecked vs.checked

I have some code code splits a string (user input) into an array and passes the elements of that array into a method as arguments. If the array does not have enough elements an ...
0
votes
1answer
73 views

java.awt.Container.checkNotAWindow error in simple gui

I am trying to draw a simple GUI (created with windowbuilder in eclipse), I want to have 2 buttons and a scrollable text area between them. I have created the following code to achieve the above: ...
1
vote
3answers
76 views

Java Reflection - Get size of array object

I was wondering if any knows hows to get the size of an array object using reflection? I have a Vehicles component containing an array object of type Car. Vehicles.java public class Vehicles{ ...
0
votes
1answer
91 views

JSF + JBOSS 6.0 + Linux + java.lang.IllegalArgumentException: null source

We are using Jboss 6.1.0 in our local Windows development environment using faces version 2.1.19. The application that we use works perfectly fine. However, when we promote our code to the testing ...
0
votes
1answer
43 views

JScrollBar with negative increment

I'm designing an interface that uses a JScrollBar and has it set horizontally. It's setup like JScrollBar myScrollBar = new JScrollBar(JScrollBar.HORIZONTAL, 1500, 32, 900, 2100); This is then ...
0
votes
0answers
24 views

Image loading Illegal Argument Exception error [duplicate]

I'm currently programming a game and trying to load and image from an ImageLoader class and I keep receiving this error: Exception in thread "main" java.lang.IllegalArgumentException: input == null! ...
0
votes
0answers
58 views

Illegal Argument Exception for loading image

I'm currently programming a game and trying to load and image from an ImageLoader class and I keep receiving this error: Exception in thread "main" java.lang.IllegalArgumentException: input == null! ...
0
votes
1answer
57 views

Intregrating Scoreloop high scores

These two methods are called with no errors: public void submitScore(long scoreValue) { final Score score = new Score((double) scoreValue, null); final ScoreController scoreController ...
0
votes
2answers
189 views

Solr-java error: class com.restfb.types.Post declares multiple JSON fields named type

I'm trying to convert rest-facebook response to a Post class object as follows: Post post = gson.fromJson(restFBResponse.toString(), Post.class); where, restFBResponse is a post from Facebook. But ...
0
votes
0answers
134 views

Layout/TextView error: java.lang.IllegalArgumentException: Directions cannot be null

I have the following layout with several dynamic TextViews (in both content and height): <?xml version="1.0" encoding="utf-8"?> <FrameLayout ...
0
votes
1answer
15 views

Concrete Class 'Inject' is throwing IllegalArgumentException

I have a service interface UserService and an implementing class UserServiceImpl. When I try to inject UserServiceImpl to a variable in a controller class, it throws an NoSuchBeanDefinitionException. ...
0
votes
1answer
97 views

Android : IllegalArgumentException: “Component class X does not exist” in API 17 (no crash in API 8)

My emulators : When I launch the tablet emulator I get : FATAL EXCEPTION: main java.lang.IllegalArgumentException: Component class TriggerMonitoringBootReceiver does not exist in di.k23b.hw3 ...
1
vote
0answers
95 views

IllegalArgumentException: No enum const class Functions.size

Given the following code: enum Functions { background,clear,colorMode,fill,noFill,noStroke,stroke,applyMatrix,popMatrix, ...
0
votes
3answers
62 views

Service layer: What to return if query argument is null?

Lets say we have a service method getById(Long id) which returns an entity based on its id. What would be the proper action to do in case id is null? Throw IllegalArgumentException? Throw ...
0
votes
1answer
112 views

android dialog crashes on rotate

in my app when I have a dialog open and the device rotates, the app crashes. I thought I was already doing everything to handle rotations myself In all my activities I have this enabled in the ...
0
votes
2answers
61 views

IllegalArgumentException on creating a Group in Liferay

I am trying to create a new Group in Liferay using the method addGroup of the class GroupLocalServiceUtil. I pass the parameter types according to the docs, however it throws an ...
0
votes
3answers
111 views

Java Comparator throws Illegal Argument Exception

I get this error: Exception in thread "Thread-3" java.lang.IllegalArgumentException: Comparison method violates its general contract! When I try to run this comparator for my entity system in Java: ...
0
votes
1answer
88 views

IllegalArgumentException while creating/opening a directory on external storage

i've occured an illegal argument exception in this portion of code: boolean mExternalStorageAvailable = false; boolean mExternalStorageWriteable = false; String state = ...
0
votes
0answers
71 views

Android: Open file with specific path [duplicate]

I try to create file ^ set some text ^ and then to read it , but i get "java.lang.IllegalArgumentException: File /mnt/sdcard/new.txt contains a path separator" on line (75) - FileInputStream fis = ...
1
vote
2answers
127 views

Illegal Argument Exception when parsing XML file

I am trying to pull the XML file which can be seen here: http://feeds.pcworld.com/pcworld/latestnews This is my MainActivity public class MainActivity extends ListActivity { ...
1
vote
2answers
90 views

CompilerException java.lang.IllegalArgumentException: Unable to resolve classname: Carro, compiling:(carro/car.clj:6)

So.. I have this problem (the one in the title). Just to give a background about what I did: Create a Java class called Carro: public class Carro{ public Carro(){} public void turnon(String ...
6
votes
4answers
118 views

When should IllegalArgumentException be thrown?

I'm worried that this is a runtime exception so should probably be used sparingly. Standard use case: void setPercentage(int pct) { if( pct < 0 || pct > 100) { throw new ...
0
votes
1answer
36 views

hibernate curious mistake in consult

im doing my first trying in hibernate and i get this question. When i do this consult i get correct result List result = session.createQuery("select t from Tarea t where t.subtipo = 1").list(); ...
1
vote
2answers
90 views

IllegalArgumentException while trying to invoke method

My code is like the following : Class<?> targetClass = Class.forName(class_name); mthd = targetClass.getDeclaredMethod(function_name, new Class[]{Object.class}); mthd.invoke(new Object()); ...
0
votes
0answers
267 views

Android Custom ExpandableListView sometimes not expanding/collapsing (maybe observer unregistered?)

I have a problem with my ExpandableListView (from now short ELV) in Android. I've coded a custom ELV, where the getChildView() is also an ELV, so that you can say the whole thing is a 3-Level-ELV. ...
1
vote
1answer
79 views

Xugller illegalArgumentExeception

I'm try to convert a movie (.mp4) in audio (.mp3) with Xuggler. I use porcessing on OS X. IMediaReader reader = ToolFactory.makeReader("/Users/nouv/Desktop/video1.mp4"); IMediaWriter writer = ...
0
votes
0answers
86 views

Does android.jar file contain support for xmlbeans?

Does android.jar file contain support for xmlbeans? I have experienced Conversion to Dalvik format failed with error 1 with UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already ...
0
votes
0answers
174 views

Caused by: java.lang.IllegalArgumentException: Binary XML file line : Duplicate id 0x7f090023, tag null, or parent id 0x0

In my activity, fragment is created which has Google map in it. Below this fragment is the listview. So in my onCreate method of this activity, at line //1 , I get the error : "Caused by: ...
0
votes
2answers
305 views

Java Error: Exception in thread “main” java.lang.IllegalArgumentException: adding a window to a container

I am currently creating a Calculator project in java and right now I am only making the design or the GUI for it. This is my code: import java.awt.*; import java.awt.event.*; import javax.swing.*; ...
1
vote
1answer
42 views

IllegalArgumentException when I try UnsortedReadableList.loadFrom(Vector)

The following code: UnsortedReadableList collection = new UnsortedReadableList(); Vector messages = new Vector(); // ApplicationMessageImpl is simple implementation of // ...
0
votes
0answers
33 views

Need solution for IllegalArgumentException due to already added android support lib while executing android ANT build process

I have created an android project which is supported by three lib projects using eclipse IDE. When i tried to build the project using ANT the below error pops up IllegalArgumentException [dx] ...
0
votes
4answers
157 views

HTTP client not working

I am trying to build a simple HTTP client program that sends a request to a web server and prints the response out to the user. I have got the following error when I run my code and I am not sure ...
0
votes
1answer
108 views

Java - ImageIO throws IllegalArgumentException

Hello Java Developers, So I have recently encountered this problem. Here's and SSCCE: public class SampleClass extends JPanel{ private Image img; private final String IMG_DIRECTORY = ...
0
votes
1answer
99 views

Java OpenGL Texture2d Illegal Argument Exception

I'm doing some simple 3d opengl work, just trying to get a 2d texture loaded to display on some of the walls. So far, I loaded the texture correctly(I think), put it in a ByteBuffer, then tried to put ...
0
votes
1answer
330 views

Bind errors on Spring MVC Controller and put in a BindingResult

When I try to do a "bind" in my class, it throws an exception, but how can I show an error on the form? Controller: @InitBinder public final void binder(WebDataBinder binder) { ...
0
votes
0answers
252 views

Illegal hex characters in escape (%) pattern - For input string:

My application regularly spurts the below exception in the logs (without any functionality break). The problem is that it doesn't mention any line of my code. It only mentions exception from ...
0
votes
2answers
68 views

Java Android Illegal Argument exception

I'm executing the following code: HttpClient httpclient = new DefaultHttpClient(); HttpResponse response = httpclient.execute(new ...
2
votes
1answer
313 views

Spring Cache Abstraction VS interfaces VS key param (“Null key returned for cache operation” error)

While implementing, I came across a problem with Spring Cache Abstraction VS interfaces. Lets say I have the following interface: package com.example.cache; public interface IAddItMethod { ...
0
votes
1answer
980 views

Hibernate - IllegalArgumentException occurred calling getter of a class

I seem to be getting this error and have no idea why I'm getting this error. I don't even understand why Hibernate needs that getter for the User class because it's not supposed to be doing any ...

1 2 3 4