net.sourceforge.jwap.wsp.header
Class HeaderParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sourceforge.jwap.wsp.header.HeaderParseException
All Implemented Interfaces:
java.io.Serializable

public class HeaderParseException
extends java.lang.RuntimeException

This exception will be thrown if encoding/decoding of headers fails.

Author:
Michel Marti
See Also:
Serialized Form

Constructor Summary
HeaderParseException()
           
HeaderParseException(java.lang.String msg)
           
HeaderParseException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderParseException

public HeaderParseException()

HeaderParseException

public HeaderParseException(java.lang.String msg)

HeaderParseException

public HeaderParseException(java.lang.String msg,
                            java.lang.Throwable t)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable