org.ujac.util
Class TypeConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.TypeConverterException
All Implemented Interfaces:
Serializable

public class TypeConverterException
extends UjacException

Name: TypeConverterException
Description: An exception thrown in case a type conversion failed.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
TypeConverterException()
          Constructs a TypeConverterException instance with specific attributes.
TypeConverterException(String msg)
          Constructs a TypeConverterException instance with specific attributes.
TypeConverterException(String msg, Throwable cause)
          Constructs a TypeConverterException instance with specific attributes.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeConverterException

public TypeConverterException()
Constructs a TypeConverterException instance with specific attributes.


TypeConverterException

public TypeConverterException(String msg)
Constructs a TypeConverterException instance with specific attributes.

Parameters:
msg - The error message.

TypeConverterException

public TypeConverterException(String msg,
                              Throwable cause)
Constructs a TypeConverterException instance with specific attributes.

Parameters:
msg - The error message.
cause - The original cause.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.