com.devexperts.util
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.devexperts.util.InvalidFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidFormatException
- extends IllegalArgumentException
Thrown to indicate that there were syntax error found while parsing some argument from a string.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidFormatException
public InvalidFormatException(String message)
InvalidFormatException
public InvalidFormatException(String message,
Throwable cause)
Copyright © 2013 Devexperts. All Rights Reserved.