il2.bridge
Class ConversionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException
extends RuntimeException

Since:
20031125
Author:
Keith Cascio
See Also:
Serialized Form

Constructor Summary
ConversionException(Converter conv, Object missing)
           
 
Method Summary
 Converter getConverter()
           
 String getMessage()
           
 Object getMissing()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionException

public ConversionException(Converter conv,
                           Object missing)
Method Detail

getConverter

public Converter getConverter()

getMissing

public Object getMissing()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright 2010 UCLA Automated Reasoning Group