TypeConverterNotFoundException Class

com.bea.wlw.netui.util.type
TypeConverterNotFoundException Class

public class TypeConverterNotFoundException

    extends RuntimeException

Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        TypeConverterNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

TypeConverterNotFoundException()

TypeConverterNotFoundException(String message, Throwable t)

TypeConverterNotFoundException(String message)

TypeConverterNotFoundException(Throwable t)

 

Method Summary

public String
getLocalizedMessage()
public void
setLocalizedMessage(String localizedMessage)
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

TypeConverterNotFoundException

public TypeConverterNotFoundException()

TypeConverterNotFoundException

public TypeConverterNotFoundException(String message, 
                                      Throwable t)

TypeConverterNotFoundException

public TypeConverterNotFoundException(String message)

TypeConverterNotFoundException

public TypeConverterNotFoundException(Throwable t)
 

Method Detail

getLocalizedMessage() Method

public String getLocalizedMessage()
Overrides
Throwable.getLocalizedMessage()

setLocalizedMessage(String) Method

public void setLocalizedMessage(String localizedMessage)