org.indi.objects
Class BadValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.indi.objects.BadValueException
All Implemented Interfaces:
java.io.Serializable

public class BadValueException
extends java.lang.RuntimeException

Thrown if the value attribute of an indiobjects.Vector is not supported by the particular kind (subclass).

Author:
Dirk Hünniger
See Also:
Serialized Form

Constructor Summary
BadValueException(java.lang.String value)
          class 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

BadValueException

public BadValueException(java.lang.String value)
class constructor

Parameters:
value - the value that caused the error


Copyright © 2008. All Rights Reserved.