com.cc.framework.convert
Class ConverterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cc.framework.common.FrameworkException
              extended bycom.cc.framework.convert.ConverterException
All Implemented Interfaces:
java.io.Serializable

public class ConverterException
extends FrameworkException

Base exception class for all converter exceptions

Since:
1.6
Version:
$Revision$
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConverterException()
          Constructor for ConverterException
ConverterException(java.lang.String message)
          Constructor for ConverterException
ConverterException(java.lang.String message, java.lang.Throwable cause)
          Constructor for ConverterException
ConverterException(java.lang.Throwable cause)
          Constructor for ConverterException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

ConverterException

public ConverterException()
Constructor for ConverterException


ConverterException

public ConverterException(java.lang.String message)
Constructor for ConverterException

Parameters:
message - the detail message for this exception.

ConverterException

public ConverterException(java.lang.Throwable cause)
Constructor for ConverterException

Parameters:
cause - the root cause of the exception

ConverterException

public ConverterException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor for ConverterException

Parameters:
message - the detail message for this exception.
cause - the root cause of the exception


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.