org.ckkloverdos
Class ToStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ckkloverdos.ToStringException
- All Implemented Interfaces:
- java.io.Serializable
public class ToStringException
- extends java.lang.Exception
Exception subclass accepting ToString
in the constructors.
- Author:
- Christos KK Loverdos
- See Also:
- Serialized Form
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 |
ToStringException
public ToStringException()
ToStringException
public ToStringException(java.lang.String message)
ToStringException
public ToStringException(ToString message)
ToStringException
public ToStringException(java.lang.Throwable cause)
ToStringException
public ToStringException(java.lang.String message,
java.lang.Throwable cause)
ToStringException
public ToStringException(ToString message,
java.lang.Throwable cause)
Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.