org.nakedobjects.applib.util
Class TitleBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nakedobjects.applib.util.TitleBufferException
All Implemented Interfaces:
Serializable

public class TitleBufferException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TitleBufferException()
           
TitleBufferException(String msg)
           
TitleBufferException(String msg, Throwable cause)
           
TitleBufferException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

TitleBufferException

public TitleBufferException()

TitleBufferException

public TitleBufferException(String msg)

TitleBufferException

public TitleBufferException(Throwable cause)

TitleBufferException

public TitleBufferException(String msg,
                            Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.