org.outerj.xreporter.datatype.type
Class UnconvertibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.datatype.type.UnconvertibleException
All Implemented Interfaces:
java.io.Serializable

public class UnconvertibleException
extends java.lang.Exception

Exception thrown by Type implementations when a certain kind of object cannot by converted to the object type of the current Type. E.g. a BigDecimal can be converted to a Long, but a String cannot be converted to a Long.

See Also:
Serialized Form

Constructor Summary
UnconvertibleException(java.lang.String message)
           
 
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

UnconvertibleException

public UnconvertibleException(java.lang.String message)