org.jboss.portal.common.text
Class MalformedInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.portal.common.text.EncodingException
                  extended by org.jboss.portal.common.text.MalformedInputException
All Implemented Interfaces:
java.io.Serializable

public class MalformedInputException
extends EncodingException

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
MalformedInputException()
           
MalformedInputException(java.lang.String string)
           
MalformedInputException(java.lang.String string, java.lang.Throwable throwable)
           
MalformedInputException(java.lang.Throwable throwable)
           
 
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

MalformedInputException

public MalformedInputException()

MalformedInputException

public MalformedInputException(java.lang.String string)

MalformedInputException

public MalformedInputException(java.lang.String string,
                               java.lang.Throwable throwable)

MalformedInputException

public MalformedInputException(java.lang.Throwable throwable)