TitleBufferException

API

TitleBufferException.java
class TitleBufferException {
  TitleBufferException()
  TitleBufferException(String msg)
  TitleBufferException(Throwable cause)
  TitleBufferException(String msg, Throwable cause)
  Throwable getCause()
}