be.fedict.eid.applet.service.dto
Class ValueConvertorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.fedict.eid.applet.service.dto.ValueConvertorException
All Implemented Interfaces:
Serializable

public class ValueConvertorException
extends Exception

Exception class thrown by a value convertor.

Author:
Frank Cornelis
See Also:
ValueConvertor, Serialized Form

Constructor Summary
ValueConvertorException(String message)
          Main constructor.
 
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

ValueConvertorException

public ValueConvertorException(String message)
Main constructor.

Parameters:
message - the exception message.


Copyright © 2008-2010 FedICT. All Rights Reserved.