net.sf.dict4j.exception
Class InvalidBannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.dict4j.exception.DictProtocolException
                  extended by net.sf.dict4j.exception.InvalidBannerException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBannerException
extends DictProtocolException

See Also:
Serialized Form

Constructor Summary
InvalidBannerException(java.lang.String banner)
           
InvalidBannerException(java.lang.String banner, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getBanner()
           
 
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

InvalidBannerException

public InvalidBannerException(java.lang.String banner,
                              java.lang.Throwable cause)

InvalidBannerException

public InvalidBannerException(java.lang.String banner)
Method Detail

getBanner

public java.lang.String getBanner()