Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.model.BadTransferFunctionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.model.BadTransferFunctionException

public class BadTransferFunctionException
extends java.lang.Exception
an Exception thrown when one attempts to use a TransferFunction that is is inappropriate for a given type of data

See Also:
TransferFunction, Viewable, Serialized Form

Constructor Summary
BadTransferFunctionException()
          create the exception
BadTransferFunctionException(java.lang.String str)
          create the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

BadTransferFunctionException

public BadTransferFunctionException()
create the exception

BadTransferFunctionException

public BadTransferFunctionException(java.lang.String str)
create the exception

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD