Joda System API

org.joda.typeconvertor
Class NoTypeConvertorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.joda.util.IllegalArgumentJodaException
                                |
                                +--org.joda.typeconvertor.NoTypeConvertorException
All Implemented Interfaces:
java.io.Serializable

public class NoTypeConvertorException
extends IllegalArgumentJodaException

Exception thrown when no type convertor can be found for a given class.

Author:
Stephen Colebourne
See Also:
Serialized Form

Constructor Summary
NoTypeConvertorException(java.lang.Object errSource, java.lang.Class cls)
          Constructor
NoTypeConvertorException(java.lang.Object errSource, java.lang.Class cls, java.lang.String message)
          Constructor
 
Methods inherited from class org.joda.util.IllegalArgumentJodaException
getRejectedValue, getSource
 
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

NoTypeConvertorException

public NoTypeConvertorException(java.lang.Object errSource,
                                java.lang.Class cls)
Constructor

Parameters:
errSource - the object that generated the exception
cls - the class that could not be converted

NoTypeConvertorException

public NoTypeConvertorException(java.lang.Object errSource,
                                java.lang.Class cls,
                                java.lang.String message)
Constructor

Parameters:
errSource - the object that generated the exception
cls - the class that could not be converted
message - a text message for the exception message

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.