org.ckkloverdos
Class ToStringException

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

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

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.