Package jj2000.j2k.util
Class StringFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
jj2000.j2k.util.StringFormatException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the application has attempted to parse a
badly formatted string.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception with an empty messgage.Creates the exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StringFormatException
public StringFormatException()Creates the exception with an empty messgage. -
StringFormatException
Creates the exception with the specified detail message.- Parameters:
s- The detail message
-