org.ckkloverdos
Class ToStringRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ckkloverdos.ToStringRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class ToStringRuntimeException
- extends java.lang.RuntimeException
RuntimeException 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 |
ToStringRuntimeException
public ToStringRuntimeException()
ToStringRuntimeException
public ToStringRuntimeException(java.lang.String message)
ToStringRuntimeException
public ToStringRuntimeException(ToString message)
ToStringRuntimeException
public ToStringRuntimeException(java.lang.Throwable cause)
ToStringRuntimeException
public ToStringRuntimeException(java.lang.String message,
java.lang.Throwable cause)
ToStringRuntimeException
public ToStringRuntimeException(ToString message,
java.lang.Throwable cause)
Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.