All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.util.InvalidParamException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.w3c.css.parser.analyzer.ParseException
|
+----org.w3c.css.util.InvalidParamException
- public class InvalidParamException
- extends ParseException
-
InvalidParamException()
- Create a new InvalidParamException.
-
InvalidParamException(String)
- Create a new InvalidParamException with an error message.
-
InvalidParamException(String, Object)
- Create a new InvalidParamException with an error message class.
-
InvalidParamException(String, Object, Object)
- Create a new InvalidParamException.
InvalidParamException
public InvalidParamException()
- Create a new InvalidParamException.
InvalidParamException
public InvalidParamException(String message)
- Create a new InvalidParamException with an error message.
- Parameters:
- message - the error message
InvalidParamException
public InvalidParamException(String error,
Object message)
- Create a new InvalidParamException with an error message class.
- Parameters:
- error - the error message class.
- message - a message to add
InvalidParamException
public InvalidParamException(String error,
Object message1,
Object message2)
- Create a new InvalidParamException.
- Parameters:
- error - the error message class
- message1 - the first message to add
- message1 - the second message to add
All Packages Class Hierarchy This Package Previous Next Index