| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception de.mcs.utils.ConversionException
ConversionException | public class ConversionException extends Exception (Code) | | This exception will be thrown in cases where tsome error occured in the
conversions class.
author: w.klaas |
ConversionException | public ConversionException()(Code) | | constructor.
|
ConversionException | public ConversionException(String message)(Code) | | Constructor with message text.
Parameters: message - the message |
ConversionException | public ConversionException(String message, Throwable cause)(Code) | | Constructor with message text and another exception.
Parameters: message - the message Parameters: cause - Throwable |
ConversionException | public ConversionException(Throwable cause)(Code) | | Constructor with another exception.
Parameters: cause - Throwable |
|
|
|