public class IllegalArgumentException extends RuntimeException
Thread.setPriority(int)
Constructor and Description |
---|
IllegalArgumentException()
Constructs an
IllegalArgumentException with no
detail message. |
IllegalArgumentException(String s)
Constructs an
IllegalArgumentException with the
specified detail message. |
public IllegalArgumentException()
IllegalArgumentException
with no
detail message.public IllegalArgumentException(String s)
IllegalArgumentException
with the
specified detail message.s
- the detail message.Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.