org.ckkloverdos
Class ToStringRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ToStringRuntimeException()
           
ToStringRuntimeException(java.lang.String message)
           
ToStringRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
ToStringRuntimeException(java.lang.Throwable cause)
           
ToStringRuntimeException(ToString message)
           
ToStringRuntimeException(ToString message, java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.