cds.util
Class CFormatSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cds.util.CFormatSyntaxException
- All Implemented Interfaces:
- java.io.Serializable
- public class CFormatSyntaxException
- extends java.lang.RuntimeException
Runtime exception thrown when there is a syntax error in
the format specifications. Currently, the only type of
syntax error is an illegal format character (e.g., "%d" is
legal, but "%a" is not.)
Note that Format.printf()
etc do not throw exceptions
if the static boolean variable Format.trapErrors
is true.
(In this case, they print partial results and an error message,
and return to the caller.)
- Author:
- Tony Plate tplate@attglobal.net
Copyright 1999,2000 Tony Plate
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CFormatSyntaxException
CFormatSyntaxException()
CFormatSyntaxException
CFormatSyntaxException(java.lang.String s)