dk.brics.misc
Class ConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.misc.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends RuntimeException

Exception during conversion.

See Also:
Serialized Form

Constructor Summary
ConverterException(Exception e)
          Constructs a new exception with the given cause.
ConverterException(String message)
          Constructs a new exception with the given message.
ConverterException(String message, Exception e)
          Constructs a new exception with the given message and cause.
 
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

ConverterException

public ConverterException(Exception e)
Constructs a new exception with the given cause.

Parameters:
e - cause

ConverterException

public ConverterException(String message)
Constructs a new exception with the given message.

Parameters:
message - message

ConverterException

public ConverterException(String message,
                          Exception e)
Constructs a new exception with the given message and cause.

Parameters:
message -
e - cause


Copyright © 2005-2010 Anders Møller.