Jetif v1.8.0

jetif
Class ConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjetif.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

Constructor Summary
ConversionException(String message)
          Construct from a message.
ConversionException(String type, String handler)
          Construct from a object type and handler name.
 
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

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 type
handler - the handler name.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.