com.wles.util
Class UnsupportedTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.wles.BaseException
              extended bycom.wles.BadParameterException
                  extended bycom.wles.util.UnsupportedTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedTypeException
extends BadParameterException

The specified type is not registered with the TypeConverter.

See Also:
TypeConverter, TypeConverter, Serialized Form

Constructor Summary
UnsupportedTypeException()
           
UnsupportedTypeException(java.lang.String msg)
           
 
Methods inherited from class com.wles.BadParameterException
getParameterNumber
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedTypeException

public UnsupportedTypeException()

UnsupportedTypeException

public UnsupportedTypeException(java.lang.String msg)


Copyright © 2005 BEA Systems Inc. All Rights Reserved.