jetif
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jetif.ConversionException
- All Implemented Interfaces:
- Serializable
- public class ConversionException
- extends Exception
The ConversionException is thrown if error occurs during
converting a string to an object in the handler.
- Author:
- Vicky Wang
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException(String message)
- Construct from a message.
- Parameters:
message - the message of this exception.
ConversionException
public ConversionException(String type,
String handler)
- Construct from a object type and handler name.
- Parameters:
type - the object typehandler - the handler name.
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.