org.molgenis.omx.converters
Class ValueConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.molgenis.omx.converters.ValueConverterException
All Implemented Interfaces:
Serializable

public class ValueConverterException
extends Exception

See Also:
Serialized Form

Constructor Summary
ValueConverterException(Exception exception)
           
ValueConverterException(String message)
           
ValueConverterException(String message, Exception exception)
           
 
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

ValueConverterException

public ValueConverterException(String message)

ValueConverterException

public ValueConverterException(Exception exception)

ValueConverterException

public ValueConverterException(String message,
                               Exception exception)


Copyright © 2013. All Rights Reserved.