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
public class StringFormatException extends IllegalArgumentException
Thrown to indicate that the application has attempted to parse a badly formatted string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringFormatException()
Creates the exception with an empty messgage.StringFormatException(String s)
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 Detail
-
StringFormatException
public StringFormatException()
Creates the exception with an empty messgage.
-
StringFormatException
public StringFormatException(String s)
Creates the exception with the specified detail message.- Parameters:
s
- The detail message
-
-