foundry.stringutils
Class StringUtilsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--foundry.throwables.CompositeException
|
+--foundry.stringutils.StringUtilsException
- All Implemented Interfaces:
- Serializable, ThrowableChain, ThrowableContainer
- public class StringUtilsException
- extends CompositeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
StringUtilsException
public StringUtilsException()
StringUtilsException
public StringUtilsException(String message)
StringUtilsException
public StringUtilsException(Throwable throwable)
StringUtilsException
public StringUtilsException(Throwable throwable,
String message)
Copyright © 2000 - Laird Jarrett Nelson